package piaf

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

Module Client.OneshotSource

Sourceval head : ?config:Config.t -> ?headers:(string * string) list -> sw:Eio.Switch.t -> Eio_unix.Stdenv.base -> Uri.t -> (Response.t, [> Error.t ]) result
Sourceval get : ?config:Config.t -> ?headers:(string * string) list -> sw:Eio.Switch.t -> Eio_unix.Stdenv.base -> Uri.t -> (Response.t, [> Error.t ]) result
Sourceval post : ?config:Config.t -> ?headers:(string * string) list -> ?body:Body.t -> sw:Eio.Switch.t -> Eio_unix.Stdenv.base -> Uri.t -> (Response.t, [> Error.t ]) result
Sourceval put : ?config:Config.t -> ?headers:(string * string) list -> ?body:Body.t -> sw:Eio.Switch.t -> Eio_unix.Stdenv.base -> Uri.t -> (Response.t, [> Error.t ]) result
Sourceval patch : ?config:Config.t -> ?headers:(string * string) list -> ?body:Body.t -> sw:Eio.Switch.t -> Eio_unix.Stdenv.base -> Uri.t -> (Response.t, [> Error.t ]) result
Sourceval delete : ?config:Config.t -> ?headers:(string * string) list -> ?body:Body.t -> sw:Eio.Switch.t -> Eio_unix.Stdenv.base -> Uri.t -> (Response.t, [> Error.t ]) result
Sourceval request : ?config:Config.t -> ?headers:(string * string) list -> ?body:Body.t -> sw:Eio.Switch.t -> Eio_unix.Stdenv.base -> meth:Method.t -> Uri.t -> (Response.t, [> Error.t ]) result

Use another request method.

OCaml

Innovation. Community. Security.