collie.codec.http.parser

Undocumented in source.

Modules

parsertype
module collie.codec.http.parser.parsertype
Undocumented in source.

Public Imports

collie.codec.http.parser.parsertype
public import collie.codec.http.parser.parsertype;
Undocumented in source.

Members

Aliases

CallBackData
alias CallBackData = void delegate(ref HTTPParser, ubyte[], bool)

ubyte[] 为传过去字段里的位置引用,没有数据拷贝,自己使用的时候注意拷贝数据, bool 此段数据是否完结,可能只是数据的一部分。

CallBackNotify
alias CallBackNotify = void delegate(ref HTTPParser)
Undocumented in source.

Structs

HTTPParser
struct HTTPParser
Undocumented in source.

Meta