Module Websocket__Opcode

type t =
| Continuation
| Text
| Binary
| Close
| Ping
| Pong
| Ctrl of int
| Nonctrl of int
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t
val of_int : int -> t
val to_int : t -> int