This is an extended version of [method@CookieJar.
get_cookie_list] that provides more information required to use SameSite cookies.
See the [SameSite cookies spec](https://tools.ietf.org/html/draft-ietf-httpbis-cookie-same-site-00) for more detailed information.
this | |
uri |
a Uri |
top_level |
a Uri for the top level document |
site_for_cookies |
a Uri indicating the origin to get cookies for |
for_http |
whether or not the return value is being passed directly to an HTTP operation |
is_safe_method |
if the HTTP method is safe, as defined by RFC 7231, ignored when |
is_top_level_navigation |
whether or not the HTTP request is part of top level navigation |
a SList with the cookies in the this that would be sent with a
request to |