package h2-mirage

  1. Overview
  2. Docs
Mirage support for h2

Install

dune-project
 Dependency

Authors

Maintainers

Sources

h2-0.4.0.tbz
sha256=dc90b1245cbe7ba32075481d6a1ba08ea512d85d6fb8a3ff2b07f22094a0fad1
sha512=cebf90799bbb8281afa7d459b4576a35b68c69c1310867a74b620e6eb055940c8df2d1245966fac1a1461aa55e81f6f269cfa514d3879252740ae6cec1e5f281

doc/h2-mirage/H2_mirage/Client/index.html

Module H2_mirage.ClientSource

Parameters

Signature

Sourcetype flow = Flow.flow
include H2_lwt.Client with type socket := flow
Sourcetype t
Sourceval create_connection : ?config:H2.Config.t -> ?push_handler: (H2.Request.t -> (H2.Client_connection.response_handler, unit) result) -> error_handler:H2.Client_connection.error_handler -> flow -> t Lwt.t
Sourceval request : t -> H2.Request.t -> error_handler:H2.Client_connection.error_handler -> response_handler:H2.Client_connection.response_handler -> [ `write ] H2.Body.t
Sourceval ping : t -> ?payload:Bigstringaf.t -> ?off:int -> (unit -> unit) -> unit
Sourceval shutdown : t -> unit
Sourceval is_closed : t -> bool