TypeScript API Documentation for LIBSOUP
API Version: 3.0
Library Version: 3.6.6
Generated with TypeDoc via ts-for-gir v4.0.0-beta.40
Parses msg's Cookie request header and returns a GLib.SList of Soup.Cookies.
msg
As the "Cookie" header, unlike "Set-Cookie", only contains cookie names and values, none of the other Cookie fields will be filled in. (Thus, you can't generally pass a cookie returned from this method directly to cookies_to_response.)
a Soup.Message containing a "Cookie" request header
a GLib.SList of Soup.Cookies, which can be freed with Cookie.free.
Parses
msg's Cookie request header and returns a GLib.SList of Soup.Cookies.As the "Cookie" header, unlike "Set-Cookie", only contains cookie names and values, none of the other Cookie fields will be filled in. (Thus, you can't generally pass a cookie returned from this method directly to cookies_to_response.)