HttpStatus

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

struct HttpStatus {}

Members

Variables

code
int code;
Undocumented in source.
name
const(char)[] name;
Undocumented in source.

Meta