package dream-httpaf

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
include H2_lwt.Client with type socket = Lwt_unix.file_descr and type runtime = Gluten_lwt_unix.Client.t
module H2 = Dream_h2.H2
type socket = Lwt_unix.file_descr
type t = {
  1. connection : H2.Client_connection.t;
  2. runtime : runtime;
}
val ping : t -> ?payload:Bigstringaf.t -> ?off:int -> (unit -> unit) -> unit
val shutdown : t -> unit Lwt.t
val is_closed : t -> bool
module TLS : sig ... end
module SSL : sig ... end
OCaml

Innovation. Community. Security.