Module Webs_http11

HTTP/1.1 codecs.

val decode_header_list : bytes -> crlfs:int list -> Webs.Http.Headers.t

decode_list b crlfs decodes the headers. b has the header section with the start line (either request or status line) or finished by the first crlfs.

TODO Get rid of this.

module Version : sig ... end

Version codec.

module Response : sig ... end

Response codec.

module Request : sig ... end

Request codec.