httparsed.message

Members

Enums

Error
enum Error

Parser error codes

Test
enum Test
Undocumented in source.

Functions

buildValidCharMap
bool[256] buildValidCharMap(string invalidRanges)

Builds valid char map from the provided ranges of invalid ones

initParser
auto initParser(Args args)

Helper function to initialize message parser

writeln
void writeln(Args args)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

Header
struct Header
Undocumented in source.
Msg
struct Msg
Undocumented in source.
MsgParser
struct MsgParser(MSG)

HTTP/RTSP message parser.

Meta