RequestHandler.startRequest

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

@param method The method @param uri The raw bytes of the URI. These are copied into a ByteBuffer that will not be changed until this parser is reset and reused. @param version the http version in use @return true if handling parsing should return.

interface RequestHandler
bool
startRequest
(
string method
,
string uri
,
HttpVersion ver
)

Meta