Function
Soupcookies_to_cookie_header
Declaration [src]
char*
soup_cookies_to_cookie_header (
GSList* cookies
)
Description [src]
Serializes a GSList
of SoupCookie
into a string suitable for
setting as the value of the “Cookie” header.
Parameters
cookies
-
Type: A list of
SoupCookie*
A
GSList
ofSoupCookie
The data is owned by the caller of the function.