Method

RestProxyCallget_method

Declaration [src]

const char*
rest_proxy_call_get_method (
  RestProxyCall* call
)

Description [src]

Get the HTTP method to use when making the call, for example GET or POST.

Return value

Type: const char*

The HTTP method.

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