package h2-async

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val create_connection_handler_with_default : certfile:string -> keyfile:string -> ?config:H2.Config.t -> request_handler:('a -> H2.Server_connection.request_handler) -> error_handler:('a -> H2.Server_connection.error_handler) -> Async.Socket.Address.Inet.t as 'a -> ([ `Active ], 'a) Async.Socket.t -> unit Async.Deferred.t