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 Set-Cookie response headers and returns a GLib.SList of Soup.Cookies.
msg
Cookies that do not specify "path" or "domain" attributes will have their values defaulted from msg.
a Soup.Message containing a "Set-Cookie" response header
a GLib.SList of Soup.Cookies, which can be freed with Cookie.free.
Parses
msg's Set-Cookie response headers and returns a GLib.SList of Soup.Cookies.Cookies that do not specify "path" or "domain" attributes will have their values defaulted from
msg.