package http_async

  1. Overview
  2. Docs

Module Body.ReaderSource

Reader represents streaming request bodies. Readers can work with both fixed length and chunk encoded bodies.

Sourcetype t
Sourceval sexp_of_t : t -> Sexplib0.Sexp.t
Sourceval encoding : t -> [ `Chunked | `Fixed of int ]
Sourceval pipe : t -> Core.Bigstring.t Core_unix.IOVec.t Async.Pipe.Reader.t
OCaml

Innovation. Community. Security.