ResponseHandler.startResponse

This is the method called by parser when the HTTP request line is parsed

@param version the http version in use @param status the response status @param reason the response reason phrase @return true if handling parsing should return

interface ResponseHandler
bool
startResponse
(
HttpVersion ver
,
int status
,
string reason
)

Meta