package dream-httpaf

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t =
  1. | Waiting
  2. | Fixed of Response.t
  3. | Streaming of Response.t * Body.Writer.t
  4. | Upgrade of Response.t * unit -> unit
val output_state : t -> Output_state.t
val flush_response_body : t -> unit
OCaml

Innovation. Community. Security.