Module Http_async.Body

module Reader : sig ... end

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

module Writer : sig ... end