Method

RestProxyCalllookup_response_header

Declaration [src]

const gchar*
rest_proxy_call_lookup_response_header (
  RestProxyCall* call,
  const gchar* header
)

Description [src]

Get the string value of the header header or NULL if that header is not present or there are no headers.

Parameters

header const gchar*
 

The name of the header to lookup.

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

Return value

Returns: const gchar*
  No description available.
 The data is owned by the instance.
 The string is a NUL terminated UTF-8 string.