tango ~d2port (2022-05-08T12:05:15.977309)
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.