package websocket

  1. Overview
  2. Docs
Websocket library

Install

dune-project
 Dependency

Authors

Maintainers

Sources

websocket-2.17.tbz
sha256=39af5eb5534b2df5b65ccf700b0a620438be5f09864a8e80b48ab60ee67a7a9c
sha512=a8cd168236acfa1156fac5a007fe6875a35f8fb03eee30a94eb712a2dc981a967bb8fb74fdd7aa7892d148176070333d49311ea9600f5a210e56be8da32197c8

doc/websocket/Websocket/Frame/index.html

Module Websocket.FrameSource

Sourcemodule Opcode : sig ... end
Sourcetype t = {
  1. opcode : Opcode.t;
  2. extension : int;
  3. final : bool;
  4. content : string;
}
Sourceval pp : Format.formatter -> t -> unit
Sourceval show : t -> string
Sourceval create : ?opcode:Opcode.t -> ?extension:int -> ?final:bool -> ?content:string -> unit -> t
Sourceval close : int -> t