Ezcurl_core.CookiesCookie handling.
val flush_cookiejar : t -> unitIf cookiejar_file was provided in make, this flushes the current set of cookies to the provided file.
val reload_cookiejar : t -> unitIf cookiejar_file was provided in make, this reloads cookies from the provided file.
val get_cookies : t -> string listGet cookie list (in netscape format)
val set_cookies : t -> string list -> unitSet cookie list (in netscape format)