Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
and chunk_writer = {
body_writer : (chunk -> unit) -> unit;
trailer_writer : (Http.Header.t -> unit) -> unit;
}
Chunk
encapsulates HTTP/1.1 chunk transfer encoding data structures. https://datatracker.ietf.org/doc/html/rfc7230#section-4.1
val pp_chunk_extension :
Stdlib.Format.formatter ->
chunk_extension list ->
unit
val pp_chunk : Stdlib.Format.formatter -> chunk -> unit