package http_async
-
http_async
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Reader
represents streaming request bodies. Readers can work with both fixed length and chunk encoded bodies.
val sexp_of_t : t -> Sexplib0.Sexp.t
val encoding : t -> [ `Chunked | `Fixed of int ]
val pipe : t -> Core.Bigstring.t Core_unix.IOVec.t Async.Pipe.Reader.t