HttpStatus

Status is a compound type, with a name and a code.

struct HttpStatus {}

Members

Variables

code
int code;
Undocumented in source.
name
char[] name;
Undocumented in source.

Meta