package h2

  1. Overview
  2. Docs

Request

A client-initiated HTTP message.

type t = {
  1. meth : Method.t;
  2. target : string;
  3. headers : Headers.t;
}
val create : ?headers:Headers.t -> Method.t -> string -> t
val pp_hum : Format.formatter -> t -> unit
OCaml

Innovation. Community. Security.