package awsm-async

  1. Overview
  2. Docs
val get : ?headers:Cohttp.Header.t -> Uri.t -> (Response.t * Body.t) Async.Deferred.t
val post : ?headers:Cohttp.Header.t -> ?body:Body.t -> ?chunked:bool -> Uri.t -> (Response.t * Body.t) Async.Deferred.t
val put : ?headers:Cohttp.Header.t -> ?body:Body.t -> ?chunked:bool -> Uri.t -> (Response.t * Body.t) Async.Deferred.t
val delete : ?headers:Cohttp.Header.t -> ?body:Body.t -> ?chunked:bool -> Uri.t -> (Response.t * Body.t) Async.Deferred.t
OCaml

Innovation. Community. Security.