Method

SoupMessageHeadersappend

Declaration [src]

void
soup_message_headers_append (
  SoupMessageHeaders* hdrs,
  const char* name,
  const char* value
)

Description

No description available.

Parameters

name

Type: const char*

No description available.

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

Type: const char*

No description available.

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