Status

Indicates the status of an HTTP response.

Members

Functions

opEquals
bool opEquals(Status status)
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool opEquals(uint code)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()

Concatenates the status code and the message into a string.

Static functions

get
Status get(uint code)

Creates a status from a known list of codes/messages.

Variables

code
uint code;

HTTP response status code.

message
string message;

Additional short description of the status code.

Meta