Module Client.Oneshot
val head : ?config:Config.t -> ?headers:(string * string) list -> Uri.t -> (Response.t, Error.t) Lwt_result.tval get : ?config:Config.t -> ?headers:(string * string) list -> Uri.t -> (Response.t, Error.t) Lwt_result.tval post : ?config:Config.t -> ?headers:(string * string) list -> ?body:Body.t -> Uri.t -> (Response.t, Error.t) Lwt_result.tval put : ?config:Config.t -> ?headers:(string * string) list -> ?body:Body.t -> Uri.t -> (Response.t, Error.t) Lwt_result.tval patch : ?config:Config.t -> ?headers:(string * string) list -> ?body:Body.t -> Uri.t -> (Response.t, Error.t) Lwt_result.tval delete : ?config:Config.t -> ?headers:(string * string) list -> ?body:Body.t -> Uri.t -> (Response.t, Error.t) Lwt_result.tval request : ?config:Config.t -> ?headers:(string * string) list -> ?body:Body.t -> meth:Method.t -> Uri.t -> (Response.t, Error.t) Lwt_result.tUse another request method.