HTTP.StatusLine

HTTP status line ie. the first line returned in an HTTP response.

If authentication or redirections are done then the status will be for the last response received.

struct HTTP
struct StatusLine {
ushort majorVersion;
ushort minorVersion;
ushort code;
string reason;
}

Members

Functions

reset
void reset()

Reset this status line

toString
string toString()

Meta

Suggestion Box / Bug Report