Sourcetype error = [ | `Bad_request| `Internal_server_error| `Exn of exn
] Sourceval unsafe_push :
t ->
Request.t ->
(t, [ `Push_disabled | `Stream_cant_push | `Stream_ids_exhausted ]) result Sourceval report_exn : t -> exn -> unit Sourceval requires_output : t -> bool Sourceval flush_request_body : t -> unit Sourceval write_buffer_data :
Writer.t ->
off:int ->
len:int ->
Dream_h2__Serialize.frame_info ->
[< `Bigstring of Bigstringaf.t | `String of string ] ->
unit Sourceval flush_response_body : t -> max_bytes:int -> int