The #SoupMessage is intended to be used to send OPTIONS * to a server. When set to true, the path of soup.message.Message.uri will be ignored and soup.message.Message.method set to SOUP_METHOD_OPTIONS.
Message.isOptionsPing
bool isOptionsPing() @propertyGet isOptionsPing property.
Returns
Whether the message is an OPTIONS ping.
void isOptionsPing(bool propval) @propertySet isOptionsPing property.
Parameters
propval | Whether the message is an OPTIONS ping. The #SoupMessage is intended to be used to send OPTIONS * to a server. When set to true, the path of soup.message.Message.uri will be ignored and soup.message.Message.method set to SOUP_METHOD_OPTIONS. |