package cohttp_async_websocket

  1. Overview
  2. Docs

Module Cohttp_async_websocketSource

Sourcemodule Header : sig ... end
Sourcetype http_handler := body:Cohttp_async.Body.t -> Async.Socket.Address.Inet.t -> Cohttp_async.Request.t -> Cohttp_async.Server.response Async.Deferred.t
Sourcetype raw_http_handler := body:Cohttp_async.Body.t -> Async.Socket.Address.Inet.t -> Cohttp_async.Request.t -> Cohttp_async.Server.response_action Async.Deferred.t
Sourcemodule Server : sig ... end
Sourcemodule Client : sig ... end