package dream-httpaf

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = {
  1. meth : Method.t;
  2. target : string;
  3. version : Version.t;
  4. headers : Headers.t;
}
val create : ?version:Version.t -> ?headers:Headers.t -> Method.t -> string -> t
val bad_request : [> `Error of [> `Bad_request ] ]
module Body_length : sig ... end
val body_length : t -> Body_length.t
val persistent_connection : ?proxy:bool -> t -> bool
val pp_hum : Stdlib.Format.formatter -> t -> unit
OCaml

Innovation. Community. Security.