summaryrefslogtreecommitdiffstats
path: root/src/server/picohttpparser/picohttpparser.h
Commit message (Collapse)AuthorAgeFilesLines
* [SERVER] Add function to parse x-www-form-urlencoded stringsSimon Rettberg2017-10-281-1/+0Star
| | | | | | Use it to properly parse RPC queries. Will also come in handy when parsing POST body for calls that actually trigger any actions in the server (reload, alt-servers, ...)
* [SERVER] Use picohttpparser from h2oSimon Rettberg2017-10-261-0/+93
Simple and lean interface, no bloat, noice. Slighly modified to use a simple string struct for passing around strings that are not null terminated, instead of separate char* and length.