cookiesToResponse
fn
void cookiesToResponse(soup.cookie.Cookie[] cookies, soup.message.Message msg)Appends a "Set-Cookie" response header to msg for each cookie in cookies.
This is in addition to any other "Set-Cookie" headers msg may already have.
Parameters
cookies | a #GSList of #SoupCookie |
msg | a #SoupMessage |