package cohttp

  1. Overview
  2. Docs

Module Generic.ClientSource

Sourcemodule type BASE = sig ... end

The Client module is a collection of convenience functions for constructing and processing requests.

Sourcemodule type S = sig ... end
Sourcemodule Make (Base : BASE) (IO : S.IO with type 'a t = 'a Base.io) : sig ... end
OCaml

Innovation. Community. Security.