package ez_api

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

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