package cohttp-curl-lwt

  1. Overview
  2. Docs

Module Cohttp_curl_lwt.RequestSource

Http requests

Sourcetype 'a t

'a t represents an http request 'a determines how the response body is handled.

Sourceval create : ?timeout_ms:int -> ?headers:Http.Header.t -> Http.Method.t -> uri:string -> input:Source.t -> output:'a Sink.t -> 'a t
Sourcemodule Expert : sig ... end