Reads http header and body from the stream of bytes.
Reads http header and body from the stream of bytes.
If the body is encoded in chunked encoding this will decode it
Maximum size of the http header
header codec to use
Converts the supplied request to binary stream of data to be sent over wire.
Converts the supplied request to binary stream of data to be sent over wire. Note that this inspects the headers to eventually perform chunked encoding of the stream, if that indication is present in headers,
Otherwise this just encodes as binary stream of data after header of the request.
request to convert to stream
Codec to convert the header to bytes