package websocket

  1. Overview
  2. Docs

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
OCaml

Innovation. Community. Security.