dream-httpaf.gluten
Gluten
dream-httpaf
dream-httpaf.gluten-lwt
dream-httpaf.gluten-lwt-unix
dream-httpaf.h2
dream-httpaf.h2-lwt
dream-httpaf.h2-lwt-unix
dream-httpaf.hpack
dream-httpaf.httpaf
dream-httpaf.httpaf-lwt
dream-httpaf.httpaf-lwt-unix
dream-httpaf.websocketaf
dream-httpaf.websocketaf-lwt
dream-httpaf.websocketaf-lwt-unix
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;
}