summaryrefslogtreecommitdiffstats
path: root/server.go
Commit message (Collapse)AuthorAgeFilesLines
* Distinguish between response length=0 and no length parameterclsr2017-09-011-1/+1
| | | | | | 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.
* Unify error handling and clean request paths in serverv0.1.3clsr2017-08-301-27/+21
|
* Add support for the draft/cnp-select "select" request/response parameterv0.1.2clsr2017-08-251-3/+3
|
* Check errors before accessing possibly-nil request fieldsv0.1.1clsr2017-08-221-1/+2
|
* Initial commitv0.1.0clsr2017-08-181-0/+257