An enumeration of possible closing status codes for websocket connections, as per https://datatracker.ietf.org/doc/html/rfc6455#section-7.4
An enumeration of valid opcodes for websocket data frames. https://datatracker.ietf.org/doc/html/rfc6455#section-5.2
Receives a websocket frame from a byte input stream.
Sends a websocket frame to a byte output stream.
Internal intermediary structure used to hold the results of parsing a websocket frame.
Contains the low-level implementation of the WebSocket data frame spec, as well as some friendly functions for reading and writing data frames from D types.