package async_websocket

  1. Overview
  2. Docs
type t =
  1. | Continuation
  2. | Text
  3. | Binary
  4. | Close
  5. | Ping
  6. | Pong
  7. | Ctrl of int
  8. | Nonctrl of int
val sexp_of_t : t -> Sexplib0.Sexp.t
val of_int : int -> t
val to_int : t -> int