SoupMessage

Undocumented in source.

Members

Variables

method
const(char)* method;

the HTTP method

parent
GObject parent;
Undocumented in source.
reasonPhrase
char* reasonPhrase;

the status phrase associated with @status_code

requestBody
SoupMessageBody* requestBody;

the request body

requestHeaders
SoupMessageHeaders* requestHeaders;

the request headers

responseBody
SoupMessageBody* responseBody;

the response body

responseHeaders
SoupMessageHeaders* responseHeaders;

the response headers

statusCode
uint statusCode;

the HTTP status code

Meta