Add a generic interface for parsing the text protocol.
authorSebastian Harl <sh@tokkee.org>
Sun, 5 Jun 2016 11:59:49 +0000 (13:59 +0200)
committerSebastian Harl <sh@tokkee.org>
Sun, 25 Sep 2016 10:42:39 +0000 (12:42 +0200)
Implement it for PUTVAL for now.

The text protocol is used in multiple places and the parser will avoid code
duplication in client programs which can, instead, use it to generate the
respective requests.

Use the 'cmd_' prefix for public functions related to command handling.


No differences found