package dream-httpaf

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