Module Dream_httpaf_.RespdSource
Sourcetype error = [ | `Malformed_response of string| `Invalid_response_body_length of Response.t| `Exn of exn
] Sourceval write_request : t -> unit Sourceval persistent_connection : t -> bool Sourceval close_request_body : t -> unit Sourceval close_response_body : t -> unit Sourceval flush_request_body : t -> unit Sourceval flush_response_body : t -> unit