package ez_api

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

Module EzReqSource

include EzReq_S.S
include EzReq_S.CURRENT
Sourceval 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
Sourceval 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
Sourceval 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
Sourceval 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
Sourceval 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
Sourceval 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
Sourceval get : ?meth:EzAPI.Meth.all -> ?headers:(string * string) list -> ?msg:string -> ?error:EzReq_S.error_handler -> EzAPI.url -> (string -> unit) -> unit
Sourceval 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
Sourceval 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
Sourceval init : unit -> unit
Sourceval add_hook : (unit -> unit) -> unit
Sourceval add_reply_hook : (unit -> unit) -> unit
OCaml

Innovation. Community. Security.