package dream-httpaf

  1. Overview
  2. Docs
type t = [
  1. | `Fixed of Int64.t
  2. | `Chunked
  3. | `Error of [ `Bad_request ]
]
val pp_hum : Format.formatter -> t -> unit