tango ~master (2021-12-14T19:14:08.8989381)
Dub
Repo
HttpStatus
tango
net
http
HttpConst
Status is a compound type, with a name and a code.
struct
HttpStatus {
int
code
;
const
(
char
)[]
name
;
}
Members
Variables
code
int
code
;
Undocumented in source.
name
const
(
char
)[]
name
;
Undocumented in source.
Meta
Source
See Implementation
tango
net
http
HttpConst
enums
HttpResponseCode
structs
HttpConst
HttpHeader
HttpHeaderName
HttpResponses
HttpStatus
Status is a compound type, with a name and a code.