Module Dream_httpaf_.Client_connectionSource
Sourcetype error = [ | `Malformed_response of string| `Invalid_response_body_length of Response.t| `Exn of exn
] Sourceval yield_reader : t -> (unit -> unit) -> unit Sourceval wakeup_reader : t -> unit Sourceval yield_writer : t -> (unit -> unit) -> unit Sourceval wakeup_writer : t -> unit Sourceval shutdown_reader : t -> unit Sourceval shutdown_writer : t -> unit Sourceval unexpected_eof : t -> unit Sourceval report_exn : t -> exn -> unit Sourceval maybe_pipeline_queued_requests : t -> unit Sourceval advance_request_queue : t -> unit Sourceval next_read_operation : t -> [> `Close | `Read | `Yield ] Sourceval report_write_result : t -> [< `Closed | `Ok of int ] -> unit