Module Frame.Opcode

type t =
| Continuation
| Text
| Binary
| Close
| Ping
| Pong
| Ctrl of int
| Nonctrl of int
val to_string : t -> string
val pp : Stdlib.Format.formatter -> t -> unit