package ezcurl

  1. Overview
  2. Docs
Friendly wrapper around OCurl

Install

dune-project
 Dependency

Authors

Maintainers

Sources

ezcurl-0.4.tbz
sha256=25575d5f0e9d5712ae115f002b2d783a13780653b883846ba8141022d809afa3
sha512=1dee9be6d53d15243977bdb1d2fdc5933735617b0d67ed2a41857e83815c02f08f94eadab6a1fc0a3a693bab7c0ed89ec1fbd186b6b810b0463d029a100e7dec

doc/ezcurl.core/Ezcurl_core/Cookies/index.html

Module Ezcurl_core.CookiesSource

Cookie handling.

  • since 0.3
Sourceval flush_cookiejar : t -> unit

If cookiejar_file was provided in make, this flushes the current set of cookies to the provided file.

  • since 0.3
Sourceval reload_cookiejar : t -> unit

If cookiejar_file was provided in make, this reloads cookies from the provided file.

  • since 0.3
Sourceval get_cookies : t -> string list

Get cookie list (in netscape format)

Sourceval set_cookies : t -> string list -> unit

Set cookie list (in netscape format)

Sourceval transfer : t -> t -> unit

transfer c1 c2 copies cookies in c1 into c2