nats.parser

Undocumented in source.

Members

Enums

CmdState
enum CmdState
Undocumented in source.
MsgField
enum MsgField
Undocumented in source.

Functions

parse
size_t parse(const(ubyte)[] response, Msg msg)
Undocumented in source. Be warned that the author may not have intended to support it.
parseNats
size_t parseNats(const(ubyte)[] response, Msg msg)
Undocumented in source. Be warned that the author may not have intended to support it.
parseNatsNew
size_t parseNatsNew(const(ubyte)[] response, Msg msg)
Undocumented in source. Be warned that the author may not have intended to support it.
processMsgArgs
void processMsgArgs(const(ubyte)[] args, Msg msg)
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

CRLF
enum CRLF;
Undocumented in source.
ERR
enum ERR;
Undocumented in source.
INFO
enum INFO;
Undocumented in source.
MSG
enum MSG;
Undocumented in source.
OK
enum OK;
Undocumented in source.
PING
enum PING;
Undocumented in source.
PONG
enum PONG;
Undocumented in source.
SPACE
enum SPACE;
Undocumented in source.
TAB
enum TAB;
Undocumented in source.

Meta