Add ProtocolParser to parse RawPacket into PrimitiveRequest using the Tokenizer #187
Reference in New Issue
Block a user
Delete Branch "feat/protocol-parser"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Added the ProtocolParser to parse the list of tokens by the Tokenizer into a PrimitiveRequest.
In the PrimitiveRequest, all provided parameter are stored in a list to be easy accessible by later building blocks.
mentioned in commit
f6c889c250