package ez_api

  1. Overview
  2. Docs

doc/ez_api.cohttp_lwt/EzCohttp_lwt/Base/index.html

Module EzCohttp_lwt.Base

val make : ?msg:??? -> ?content:??? -> ?content_type:??? -> meth:string -> headers:(string * string) list -> string -> (string, int * string option) result Lwt.t
val get : ?meth:??? -> ?headers:??? -> ?msg:??? -> string -> (string, int * string option) result Lwt.t
val post : ?meth:??? -> ?content_type:??? -> ?content:??? -> ?headers:??? -> ?msg:??? -> string -> (string, int * string option) result Lwt.t