dream.gluten
Gluten
dream
dream.cipher
dream.gluten-lwt
dream.gluten-lwt-unix
dream.graphiql
dream.graphql
dream.h2
dream.h2-lwt
dream.h2-lwt-unix
dream.hpack
dream.http
dream.httpaf
dream.httpaf-lwt
dream.httpaf-lwt-unix
dream.localhost
dream.middleware
dream.pure
dream.sql
dream.websocketaf
module type RUNTIME = sig ... end
type 't runtime = (module RUNTIME with type t = 't)
type impl
val make : 't runtime -> 't -> impl
module Reqd : sig ... end
module Server : sig ... end
module Client : sig ... end
type 'reqd reqd = private 'reqd Reqd.t = {
reqd : 'reqd;
upgrade : impl -> unit;
}