package awsm

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

Innovation. Community. Security.