Sourcetype standard_non_control = [ | `Continuation| `Text| `Binary
] Sourcetype standard_control = [ | `Connection_close| `Ping| `Pong
] Sourceval code :
[< `Binary
| `Connection_close
| `Continuation
| `Other of int
| `Ping
| `Pong
| `Text ] ->
int Sourceval unsafe_of_code : int -> t Sourceval of_code : int -> t option Sourceval to_int :
[< `Binary
| `Connection_close
| `Continuation
| `Other of int
| `Ping
| `Pong
| `Text ] ->
int Sourceval pp_hum :
Format.formatter ->
[< `Binary
| `Connection_close
| `Continuation
| `Other of int
| `Ping
| `Pong
| `Text ] ->
unit