Documentation
Dlang.org
Msg
handy_httpd
components
parse_utils
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
;
}
handy_httpd
components
parse_utils
functions
parseRequest
parseUrlAndParams
receiveRequest
structs
Header
Msg
The message struct to use when parsing HTTP requests, using the httparsed library.