package dream-httpaf

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module H2 = Dream_h2.H2
type socket
type runtime
type t = {
  1. connection : H2.Client_connection.t;
  2. runtime : runtime;
}
val ping : ?payload:Bigstringaf.t -> ?off:int -> t -> (unit, [ `EOF ]) result Lwt.t
val shutdown : t -> unit Lwt.t
val is_closed : t -> bool
OCaml

Innovation. Community. Security.