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.

Members

Functions

reset
void reset()

Reset this status line

toString
string toString()

Variables

code
ushort code;

HTTP status line code e.g. 200.

majorVersion
ushort majorVersion;

Major HTTP version ie. 1 in HTTP/1.0.

minorVersion
ushort minorVersion;

Minor HTTP version ie. 0 in HTTP/1.0.

reason
string reason;

HTTP status line reason string.

Meta