package h2-mirage

  1. Overview
  2. Docs
Mirage support for h2

Install

dune-project
 Dependency

Authors

Maintainers

Sources

h2-0.2.0.tbz
sha256=8512fd4934e9ad4122b9305036a897556d66c9aade1f973c633c6e4d7ae06be6
md5=c883927ce8a9f3f7159ef7b20988f051

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

Module H2_mirage.Server_with_conduit

include Server_intf
val create_connection_handler : ?config:H2.Config.t -> request_handler:H2.Server_connection.request_handler -> error_handler:H2.Server_connection.error_handler -> Conduit_mirage.Flow.flow -> unit Lwt.t
val connect : Conduit_mirage.t -> (Conduit_mirage.server -> t -> unit Lwt.t) Lwt.t