package ez_api

  1. Overview
  2. Docs

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

Module EzCohttp_lwt.InterfaceSource

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