Method

SoupServerMessageget_method

Declaration [src]

const char*
soup_server_message_get_method (
  SoupServerMessage* msg
)

Description [src]

Get the HTTP method of msg.

Return value

Type: const char*

The HTTP method.

The data is owned by the instance.
The value is a NUL terminated UTF-8 string.