package httpaf

  1. Overview
  2. Docs

Request Descriptor

type 'handle t
val request : _ t -> Request.t
val request_body : _ t -> Request.Body.t
val response : _ t -> Response.t option
val response_exn : _ t -> Response.t
val respond_with_string : _ t -> Response.t -> string -> unit
val respond_with_bigstring : _ t -> Response.t -> Bigstring.t -> unit
val respond_with_streaming : _ t -> Response.t -> Response.Body.t
val report_exn : _ t -> exn -> unit
val try_with : _ t -> (unit -> unit) -> (unit, exn) Result.result

/

val switch_protocols : 'handle t -> headers:Headers.t -> ('handle -> Bigstring.t -> unit) -> unit
OCaml

Innovation. Community. Security.