Module Dream_httpaf_.Response_stateSource

Sourcetype t =
  1. | Waiting
  2. | Fixed of Response.t
  3. | Streaming of Response.t * Body.Writer.t
  4. | Upgrade of Response.t * unit -> unit
Sourceval output_state : t -> Output_state.t
Sourceval flush_response_body : t -> unit