Msg

The message struct to use when parsing HTTP requests, using the httparsed library.

struct Msg {
@safe pure nothrow @nogc
const(char)[] method;
@safe pure nothrow @nogc
const(char)[] uri;
@safe pure nothrow @nogc
int minorVer;
@safe pure nothrow @nogc
int status;
@safe pure nothrow @nogc
const(char)[] statusMsg;
}