package ws

  1. Overview
  2. Docs
Generic websocket implementation for OCaml

Install

dune-project
 Dependency

Authors

Maintainers

Sources

0.1.tar.gz
md5=c1f9283e0afa9ea2f30d3bf64eb338fa
sha512=729267d7227084cc3214d36b4cb4d61f150586e61349ceba3bce3dd5cfff2f990ecbd153c07a7fa031f0a3cdca6121a2cb5b1e9be143a04c93dec257f5b78229

doc/ws/Ws/index.html

Module Ws

type state =
  1. | Open
  2. | Closed
val lowercase_header : ('a * string) list -> 'a -> string CCOpt.t
val header : ('a * 'b) list -> 'a -> 'b option
val guid : string
val is_websocket_upgrade : (string * string) list -> bool
val build_message : Ws__.Frame.t list -> string
module Make (Io : Interface'.Io.S) : sig ... end