h2
A high-performance, memory-efficient, and scalable HTTP/2 library for for OCaml
1024" x-on:close-sidebar="sidebar=window.innerWidth > 1024 && true">
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
create ?headers ~scheme meth target
creates an HTTP request with the given parameters. In HTTP/2, the :scheme
pseudo-header field is required and includes the scheme portion of the target URI. The headers
parameter is optional, however clients will want to include the :authority
pseudo-header field in most cases. The :authority
pseudo-header field includes the authority portion of the target URI, and should be used instead of the Host
header field in HTTP/2.
See RFC7540§8.1.2.4 for more details.
val pp_hum : Format.formatter -> t -> unit