Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Request Descriptor
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 -> [ `write ] Body.t
val report_exn : _ t -> exn -> unit
val try_with : _ t -> (unit -> unit) -> (unit, exn) Result.result