package dream-httpaf

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module Httpaf = Dream_httpaf_.Httpaf
type t = {
  1. status : Status.t;
  2. headers : Headers.t;
}
val create : ?headers:Headers.t -> Status.t -> t
val body_length : request_method:[< Httpaf.Method.standard ] -> t -> [> `Error of [> `Bad_request ] | `Fixed of int64 | `Unknown ]
val pp_hum : Stdlib.Format.formatter -> t -> unit
OCaml

Innovation. Community. Security.