package dream-httpaf

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Dream_h2.RequestSource

Sourcetype t = {
  1. meth : Httpaf.Method.t;
  2. target : string;
  3. scheme : string;
  4. headers : Headers.t;
}
Sourceval create : ?headers:Headers.t -> scheme:string -> Httpaf.Method.t -> string -> t
Sourceval body_length : t -> [> `Error of [> `Bad_request ] | `Fixed of int64 | `Unknown ]
Sourceval pp_hum : Format.formatter -> t -> unit
OCaml

Innovation. Community. Security.