ez_api.req_default
EzReq.Legacy
ez_api
ez_api.blake2s
ez_api.cohttp
ez_api.cohttp_base
ez_api.cohttp_lwt
ez_api.debug
ez_api.debug_unix
ez_api.encoding
ez_api.ezjsonm
ez_api.ezjsonm_unix
ez_api.facebook_auth
ez_api.google_auth
ez_api.hash
ez_api.icohttp
ez_api.icohttp_lwt
ez_api.iserver_cohttp
ez_api.iserver_default
ez_api.loads_offset
ez_api.lwt_sys
ez_api.lwt_unix
ez_api.md5
ez_api.openAPI
ez_api.ppx_common
ez_api.req
ez_api.req_lwt
ez_api.req_lwt_default
ez_api.req_lwt_s
ez_api.req_s
ez_api.request
ez_api.request_lwt
ez_api.request_verbose
ez_api.sendgrid_encoding
ez_api.sendgrid_services
ez_api.server
ez_api.server_cohttp
ez_api.server_s
ez_api.server_session
ez_api.server_utils
ez_api.session
ez_api.session_client
ez_api.sha2
ez_api.sha3
ez_api.ws
ez_api.ws_server_cohttp
ez_api.ws_server_httpaf
ez_api.ws_types
ppx
ppx_client
ppx_server
val get0 : EzAPI.base_url -> 'output EzAPI.Legacy.service0 -> string -> ?post:bool -> ?headers:(string * string) list -> ?error:EzReq_S.error_handler -> ?params:(EzAPI.Param.t * EzAPI.param_value) list -> ('output -> unit) -> unit -> unit
val get1 : EzAPI.base_url -> ('arg, 'output) EzAPI.Legacy.service1 -> string -> ?post:bool -> ?headers:(string * string) list -> ?error:EzReq_S.error_handler -> ?params:(EzAPI.Param.t * EzAPI.param_value) list -> ('output -> unit) -> 'arg -> unit
val get2 : EzAPI.base_url -> ('arg1, 'arg2, 'output) EzAPI.Legacy.service2 -> string -> ?post:bool -> ?headers:(string * string) list -> ?error:EzReq_S.error_handler -> ?params:(EzAPI.Param.t * EzAPI.param_value) list -> ('output -> unit) -> 'arg1 -> 'arg2 -> unit
val post0 : EzAPI.base_url -> ('input, 'output) EzAPI.Legacy.post_service0 -> string -> ?headers:(string * string) list -> ?error:EzReq_S.error_handler -> ?params:(EzAPI.Param.t * EzAPI.param_value) list -> ?url_encode:bool -> input:'input -> ('output -> unit) -> unit
val post1 : EzAPI.base_url -> ('arg, 'input, 'output) EzAPI.Legacy.post_service1 -> string -> ?headers:(string * string) list -> ?error:EzReq_S.error_handler -> ?params:(EzAPI.Param.t * EzAPI.param_value) list -> ?url_encode:bool -> input:'input -> 'arg -> ('output -> unit) -> unit
val post2 : EzAPI.base_url -> ('arg1, 'arg2, 'input, 'output) EzAPI.Legacy.post_service2 -> string -> ?headers:(string * string) list -> ?error:EzReq_S.error_handler -> ?params:(EzAPI.Param.t * EzAPI.param_value) list -> ?url_encode:bool -> input:'input -> 'arg1 -> 'arg2 -> ('output -> unit) -> unit
val get : ?meth:EzAPI.Meth.all -> string -> EzAPI.url -> ?headers:(string * string) list -> ?error:EzReq_S.error_handler -> (string -> unit) -> unit
val post : ?meth:EzAPI.Meth.all -> ?content_type:string -> ?content:string -> string -> EzAPI.url -> ?headers:(string * string) list -> ?error:EzReq_S.error_handler -> (string -> unit) -> unit