gluten
Gluten
dream
dream.cipher
dream.graphiql
dream.graphql
dream.http
dream.localhost
dream.middleware
dream.pure
dream.sql
gluten-lwt
gluten-lwt-unix
h2
h2-lwt
h2-lwt-unix
hpack
httpaf
httpaf-lwt
httpaf-lwt-unix
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;
}