handy-httpd ~master (2022-05-09T20:17:36.0523785)
Dub
Repo
Header
handy_httpd
parse_utils
The header struct to use when parsing data.
struct
Header {
const
(
char
)[]
name
;
const
(
char
)[]
value
;
}
Members
Variables
name
const
(
char
)[]
name
;
Undocumented in source.
value
const
(
char
)[]
value
;
Undocumented in source.
Meta
Source
See Implementation
handy_httpd
parse_utils
functions
parseRequest
structs
Header
Msg
The header struct to use when parsing data.