Name
easy:GetInfo_CookieList -- get all known cookies
Synopsis
cookies = easy:GetInfo_CookieList()
Function
Returns a list of all cookies curl knows (expired ones, too). If there are no cookies (cookies for the handle have not been enabled or simply none have been received) Nil will be returned.

Since 7.43.0 cookies that were imported in the Set-Cookie format without a domain name are not exported by this option.

Inputs
none

Results
cookies
output value

Show TOC