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

Returns: const char*
 

The HTTP method.

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