cookiesToCookieHeader
fn
string cookiesToCookieHeader(soup.cookie.Cookie[] cookies)Serializes a [glib.slist.SList] of #SoupCookie into a string suitable for setting as the value of the "Cookie" header.
Parameters
cookies | a #GSList of #SoupCookie |
Returns
the serialization of cookies