package async_websocket

  1. Overview
  2. Docs

Module Websocket.OpcodeSource

Sourcetype t =
  1. | Continuation
  2. | Text
  3. | Binary
  4. | Close
  5. | Ping
  6. | Pong
  7. | Ctrl of int
  8. | Nonctrl of int
Sourceval sexp_of_t : t -> Sexplib0.Sexp.t
include Ppx_compare_lib.Equal.S with type t := t
Sourceval equal : t -> t -> bool
include Ppx_quickcheck_runtime.Quickcheckable.S with type t := t
Sourceval quickcheck_generator : t Base_quickcheck.Generator.t
Sourceval quickcheck_observer : t Base_quickcheck.Observer.t
Sourceval quickcheck_shrinker : t Base_quickcheck.Shrinker.t
Sourceval of_int : int -> t
Sourceval to_int : t -> int
Sourcetype kind =
  1. | Control
  2. | Non_control
Sourceval to_kind : t -> kind
OCaml

Innovation. Community. Security.