package ezcurl

  1. Overview
  2. Docs
Friendly wrapper around OCurl

Install

dune-project
 Dependency

Authors

Maintainers

Sources

ezcurl-0.3.tbz
sha256=8e78446da57acc63a976b70693ff77e3ab73efd605a45dc892e21ceeb344bb0e
sha512=89ac02a6f42a857f8bb3e5399fd9e2482cf0637b4c8ce197a533f6aeb3e0915a50627260e825b68f13795780a8b4516c11b48e5b8776abf3712e0ff0202ed570

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

Module Ezcurl_core.ConfigSource

Configuration for the client.

Sourcetype t
Sourceval default : t
Sourceval verbose : bool -> t -> t
Sourceval authmethod : Curl.curlAuth list -> t -> t
Sourceval max_redirects : int -> t -> t
Sourceval follow_location : bool -> t -> t
Sourceval username : string -> t -> t
Sourceval password : string -> t -> t
Sourceval pp : Format.formatter -> t -> unit
Sourceval to_string : t -> string