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/Opcode/index.html

Module Frame.Opcode

type t =
  1. | Continuation
  2. | Text
  3. | Binary
  4. | Close
  5. | Ping
  6. | Pong
  7. | Ctrl of int
  8. | Nonctrl of int
val to_string : t -> string
val pp : Format.formatter -> t -> unit
OCaml

Innovation. Community. Security.