httparsed

Public Imports

core.simd
public import core.simd;
Undocumented in source.
ldc.intrinsics
public import ldc.intrinsics;
Undocumented in source.

Members

Enums

ParserError
enum ParserError

Parser error codes

Functions

initParser
auto initParser(Args args)

Helper function to initialize message parser

main
void main()
Undocumented in source. Be warned that the author may not have intended to support it.
main
void main()
Undocumented in source. Be warned that the author may not have intended to support it.
parseHttpVersion
int parseHttpVersion(const(char)[] ver)

Parses HTTP version from a slice returned in onVersion callback.

Structs

MsgParser
struct MsgParser(MSG)

HTTP/RTSP message parser.

Meta