NN_WS_MSG_TYPE_TEXT

websockets opcode constant as per RFC 6455 5.2 - text

extern (C) @system nothrow @nogc
enum NN_WS_MSG_TYPE_TEXT = 0x01;

Meta