Http1ServerRequestHandler

Constructors

this
this(ServerHttpHandler serverHttpHandler, HttpServerOptions options)
Undocumented in source.

Members

Functions

badMessage
void badMessage(BadMessageException failure)
Undocumented in source. Be warned that the author may not have intended to support it.
badMessage
void badMessage(int status, string reason)
Undocumented in source. Be warned that the author may not have intended to support it.
content
bool content(ByteBuffer item)
Undocumented in source. Be warned that the author may not have intended to support it.
contentComplete
bool contentComplete()
Undocumented in source. Be warned that the author may not have intended to support it.
earlyEOF
void earlyEOF()
Undocumented in source. Be warned that the author may not have intended to support it.
getHeaderCacheSize
int getHeaderCacheSize()
Undocumented in source. Be warned that the author may not have intended to support it.
headerComplete
bool headerComplete()
Undocumented in source. Be warned that the author may not have intended to support it.
messageComplete
bool messageComplete()
Undocumented in source. Be warned that the author may not have intended to support it.
parsedHeader
void parsedHeader(HttpField field)
Undocumented in source. Be warned that the author may not have intended to support it.
parsedTrailer
void parsedTrailer(HttpField field)
Undocumented in source. Be warned that the author may not have intended to support it.
startRequest
bool startRequest(string method, string uri, HttpVersion ver)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

connection
Http1ServerConnection connection;
Undocumented in source.
outputStream
Http1ServerResponseOutputStream outputStream;
Undocumented in source.
request
HttpServerRequest request;
Undocumented in source.
response
HttpServerResponse response;
Undocumented in source.
serverHttpHandler
ServerHttpHandler serverHttpHandler;
Undocumented in source.
trailer
HttpFields trailer;
Undocumented in source.

Inherited Members

From HttpRequestParsingHandler

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

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

Meta