Websocket.Makemodule IO : Cohttp.S.IOmodule Request :
Cohttp.S.Http_io
with type t = Cohttp.Request.t
and type 'a IO.t = 'a IO.t
and type IO.ic = IO.ic
and type IO.oc = IO.ocmodule Response :
Cohttp.S.Http_io
with type t = Cohttp.Response.t
and type 'a IO.t = 'a IO.t
and type IO.ic = IO.ic
and type IO.oc = IO.ocmodule Connected_client : sig ... end