Module Dream_httpaf_.ReqdSource
Sourcetype error = [ | `Bad_request| `Bad_gateway| `Internal_server_error| `Exn of exn
] Sourceval unsafe_respond_with_upgrade : t -> Headers.t -> (unit -> unit) -> unit Sourceval report_exn : t -> exn -> unit Sourceval close_request_body : t -> unit Sourceval error_code :
t ->
[> `Bad_gateway | `Bad_request | `Exn of exn | `Internal_server_error ]
option Sourceval persistent_connection : t -> bool Sourceval flush_request_body : t -> unit Sourceval flush_response_body : t -> unit