Method
RestProxyCalladd_header
Declaration [src]
void
rest_proxy_call_add_header (
  RestProxyCall* call,
  const gchar* header,
  const gchar* value
)
Description [src]
Add a header called header with the value value to the call.  If a
header with this name already exists, the new value will replace the old.