package dream-httpaf

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

Innovation. Community. Security.