ez_api.request
EzRequest.Make
ez_api
ez_api.debug
ez_api.debug_js
ez_api.debug_unix
ez_api.encoding
ez_api.encoding_js
ez_api.ezjsonm
ez_api.ezjsonm_js
ez_api.ezjsonm_unix
ez_api.facebook_auth
ez_api.fetch
ez_api.fetch_lwt
ez_api.google_auth
ez_api.hash
ez_api.ifetch
ez_api.ifetch_lwt
ez_api.iserver_default
ez_api.ixhr
ez_api.js
ez_api.js_json
ez_api.loads_offset
ez_api.lwt_js
ez_api.lwt_sys
ez_api.lwt_unix
ez_api.md5
ez_api.openAPI
ez_api.ppx_common
ez_api.req
ez_api.req_default
ez_api.req_lwt
ez_api.req_lwt_default
ez_api.req_lwt_s
ez_api.req_s
ez_api.request_lwt
ez_api.request_verbose
ez_api.sendgrid_encoding
ez_api.sendgrid_services
ez_api.server
ez_api.server_s
ez_api.server_session
ez_api.server_utils
ez_api.session
ez_api.session_client
ez_api.ws
ez_api.ws_js
ez_api.ws_server_cohttp
ez_api.ws_server_httpaf
ez_api.ws_types
ez_api.xhr
ppx
ppx_client
ppx_server
module _ : Interface
include EzReq_S.CURRENT
val get0 : ?post:bool -> ?headers:(string * string) list -> ?params:(EzAPI.Param.t * EzAPI.param_value) list -> ?msg:string -> ?error:EzReq_S.error_handler -> EzAPI.base_url -> ('output, 'error, [< EzAPI.Security.scheme ]) EzAPI.service0 -> (('output, 'error) result -> unit) -> unit
val get1 : ?post:bool -> ?headers:(string * string) list -> ?params:(EzAPI.Param.t * EzAPI.param_value) list -> ?msg:string -> ?error:EzReq_S.error_handler -> EzAPI.base_url -> ('arg, 'output, 'error, [< EzAPI.Security.scheme ]) EzAPI.service1 -> 'arg -> (('output, 'error) result -> unit) -> unit
val get2 : ?post:bool -> ?headers:(string * string) list -> ?params:(EzAPI.Param.t * EzAPI.param_value) list -> ?msg:string -> ?error:EzReq_S.error_handler -> EzAPI.base_url -> ('arg1, 'arg2, 'output, 'error, [< EzAPI.Security.scheme ]) EzAPI.service2 -> 'arg1 -> 'arg2 -> (('output, 'error) result -> unit) -> unit
val post0 : ?headers:(string * string) list -> ?params:(EzAPI.Param.t * EzAPI.param_value) list -> ?msg:string -> ?url_encode:bool -> ?error:EzReq_S.error_handler -> input:'input -> EzAPI.base_url -> ('input, 'output, 'error, [< EzAPI.Security.scheme ]) EzAPI.post_service0 -> (('output, 'error) result -> unit) -> unit
val post1 : ?headers:(string * string) list -> ?params:(EzAPI.Param.t * EzAPI.param_value) list -> ?msg:string -> ?url_encode:bool -> ?error:EzReq_S.error_handler -> input:'input -> EzAPI.base_url -> ('arg, 'input, 'output, 'error, [< EzAPI.Security.scheme ]) EzAPI.post_service1 -> 'arg -> (('output, 'error) result -> unit) -> unit
val post2 : ?headers:(string * string) list -> ?params:(EzAPI.Param.t * EzAPI.param_value) list -> ?msg:string -> ?url_encode:bool -> ?error:EzReq_S.error_handler -> input:'input -> EzAPI.base_url -> ('arg1, 'arg2, 'input, 'output, 'error, [< EzAPI.Security.scheme ]) EzAPI.post_service2 -> 'arg1 -> 'arg2 -> (('output, 'error) result -> unit) -> unit
val get : ?meth:EzAPI.Meth.all -> ?headers:(string * string) list -> ?msg:string -> ?error:EzReq_S.error_handler -> EzAPI.url -> (string -> unit) -> unit
val post : ?meth:EzAPI.Meth.all -> ?content_type:string -> ?content:string -> ?headers:(string * string) list -> ?msg:string -> ?error:EzReq_S.error_handler -> EzAPI.url -> (string -> unit) -> unit
val request : ?headers:(string * string) list -> ?params:(EzAPI.Param.t * EzAPI.param_value) list -> ?msg:string -> ?post:bool -> ?url_encode:bool -> ?error:EzReq_S.error_handler -> input:'input -> EzAPI.base_url -> ('args, 'input, 'output, 'error, [< EzAPI.Security.scheme ]) EzAPI.service -> 'args -> (('output, 'error) result -> unit) -> unit
module Legacy : EzReq_S.LEGACY
val init : unit -> unit
val add_hook : (unit -> unit) -> unit
val add_reply_hook : (unit -> unit) -> unit