NN_WS_MSG_TYPE_BINARY

websockets opcode constant as per RFC 6455 5.2 - binary

extern (C) @system nothrow @nogc
enum NN_WS_MSG_TYPE_BINARY = 0x02;

Meta