package dream-httpaf

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module H2_lwt.ClientSource

Parameters

Signature

Sourcemodule H2 = Dream_h2.H2
Sourcetype runtime = Client_runtime.t
Sourcetype t = {
  1. connection : H2.Client_connection.t;
  2. runtime : runtime;
}
Sourceval ping : ?payload:Bigstringaf.t -> ?off:int -> t -> (unit, [ `EOF ]) result Lwt.t
Sourceval shutdown : t -> unit Lwt.t
Sourceval is_closed : t -> bool
OCaml

Innovation. Community. Security.