soup.cookie.Cookies, which can be freed with soup.cookie.Cookie.free.
cookiesFromResponse
fn
soup.cookie.Cookie[] cookiesFromResponse(soup.message.Message msg)Parses msg's Set-Cookie response headers and returns a glib.slist.SList of soup.cookie.Cookies.
Cookies that do not specify "path" or "domain" attributes will have their values defaulted from msg.
Parameters
msg | a #SoupMessage containing a "Set-Cookie" response header |
Returns
a #GSList of