WebSocketFrame

Internal intermediary structure used to hold the results of parsing a websocket frame.

struct WebSocketFrame {
bool finalFragment;
WebSocketFrameOpcode opcode;
ubyte[] payload;
}