MetaDataBuilder

Constructors

this
this(int maxHeadersSize)

@param maxHeadersSize The maximum size of the headers, expressed as total name and value characters.

Members

Functions

build
HttpMetaData build()
Undocumented in source. Be warned that the author may not have intended to support it.
checkSize
void checkSize(int length, bool huffman)

Check that the max size will not be exceeded.

emit
void emit(HttpField field)
Undocumented in source. Be warned that the author may not have intended to support it.
getMaxSize
int getMaxSize()

Get the maxSize.

getSize
int getSize()

Get the size.

Meta