summaryrefslogtreecommitdiffstats
path: root/response.go
Commit message (Collapse)AuthorAgeFilesLines
* Distinguish between response length=0 and no length parameterclsr2017-09-011-0/+20
| | | | | | 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-9/+28
|
* Initial commitv0.1.0clsr2017-08-181-0/+249