package websocket-lwt

  1. Overview
  2. Docs
Websocket library (Lwt)

Install

Dune Dependency

Authors

Maintainers

Sources

websocket-2.12.tbz
sha256=6f85160066ef257eba1bddb424f120895a9367681e51ec986c5e6efe5414e8b9
md5=d3fe4222ea4142142c5e097c96fc6ef7

doc/websocket-lwt.cohttp/Websocket_cohttp_lwt/Frame/index.html

Module Websocket_cohttp_lwt.Frame

module Opcode : sig ... end
type t = {
  1. opcode : Opcode.t;
  2. extension : int;
  3. final : bool;
  4. content : string;
}
val create : ?opcode:Opcode.t -> ?extension:int -> ?final:bool -> ?content:string -> unit -> t
val close : int -> t
val show : t -> string
OCaml

Innovation. Community. Security.