summaryrefslogtreecommitdiff
path: root/icespider/unittests/testFcgi.cpp
Commit message (Collapse)AuthorAge
* HTTP headers are case insensitiveicespider-0.5.1Dan Goodliffe2019-01-22
|
* Add test case for response status lineDan Goodliffe2019-01-14
|
* Cut 4 string_view everything elseDan Goodliffe2019-01-14
| | | | | | Use std::optional and std::string_view throughout the CGI parser and core. Removes some of the hacks and tidies up some of the error handling.
* C++17 and Ice 3.7icespider-0.4Dan Goodliffe2018-04-15
| | | | | Update all code to be C++17 with Ice 3.7 and minor interface changes in keeping with C++CG and dependencies.
* Refactor to make available some classes for testingDan Goodliffe2016-12-27
|
* Split implementation details (in CGI) of headers away from core functionalityDan Goodliffe2016-11-11
|
* Move XwwwFormUrlEncoded code into core from fcgi.Dan Goodliffe2016-10-12
| | | | | Add functions for encoding strings as well as just decoding them. Add wrapper functions for setting cookies.
* Add support for cookie parametersDan Goodliffe2016-10-09
|
* Use a single implementation for parsing www form url encoded data in post ↵Dan Goodliffe2016-10-08
| | | | and query string
* Increased flexibility for reading post body content and support for ↵Dan Goodliffe2016-10-07
| | | | deserializing x-www-form-urlencoded payloads
* Fix up lots of test coverageDan Goodliffe2016-09-17
|
* Add proper tests over the CGI base code and apply fixes as needed.Dan Goodliffe2016-08-24
|
* Very basic, probably buggy, incomplete [f]cgi implementationDan Goodliffe2016-06-22