cookiesFromResponse

fun cookiesFromResponse(msg: Message): <Error class: unknown class>

Parses @msg's Set-Cookie response headers and returns a struct@GLib.SList of SoupCookies.

Cookies that do not specify "path" or "domain" attributes will have their values defaulted from @msg.

Return

a #GSList of SoupCookies, which can be freed with method@Cookie.free.

Parameters

msg

a #SoupMessage containing a "Set-Cookie" response header