package cohttp_async_websocket

  1. Overview
  2. Docs
Websocket library for use with cohttp and async

Install

dune-project
 Dependency

Authors

Maintainers

Sources

cohttp_async_websocket-v0.16.0.tar.gz
sha256=786451c7d47cfe1cc54201b168b81949e2d847d562285107f596062e8d3185c9

doc/cohttp_async_websocket/Cohttp_async_websocket/index.html

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