summaryrefslogtreecommitdiffstats
path: root/message.go
Commit message (Collapse)AuthorAgeFilesLines
* Fix minor documentation mistakeHEADmasterclsr2023-11-051-1/+1
|
* Distinguish between response length=0 and no length parameterclsr2017-09-011-21/+23
| | | | | | Response.Length returns -1 when the parameter is not present and 0 when it's set to 0. Response.SetLength will only unset the parameter when given -1.
* Add support for the draft/cnp-select "select" request/response parameterv0.1.2clsr2017-08-251-7/+8
|
* Initial commitv0.1.0clsr2017-08-181-0/+176