The OpenD Programming Language

Response

Response

Members

Functions

format
string format(string fmt)

%h - remote hostname

toString
string toString()

string representation of response

Variables

_code
ushort _code;

Server status code

_contentLength
long _contentLength;

Server-supplied content length (can be -1 when unknown)

_contentReceived
long _contentReceived;

Length of received content

_finalURI
URI _finalURI;

Final URI. Can differ from uri() if request go through redirections.

_receiveAsRange
ReceiveAsRange _receiveAsRange;

stream range stored here

_responseBody
Buffer!ubyte _responseBody;

Response body

_responseHeaders
string[string] _responseHeaders;

Response headers

_uri
URI _uri;

Initial URI

Meta