package h2-mirage

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module type Server = sig ... end
module Server (Flow : Mirage_flow.S) : Server with type socket = Flow.flow
module Server_with_conduit : sig ... end
module type Client = H2_lwt.Client
module Client (Flow : Mirage_flow.S) : Client with type socket = Flow.flow