Method

SoupMessageset_method

Declaration [src]

void
soup_message_set_method (
  SoupMessage* msg,
  const char* method
)

Description [src]

Set msgs HTTP method to method.

Sets propertySoup.Message:method

Parameters

method

Type: const char*

The value to set.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.