summaryrefslogtreecommitdiff
path: root/icespider/testing
Commit message (Collapse)AuthorAge
* 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.
* Cut 2 string_viewDan Goodliffe2019-01-14
|
* Remove parameter setters from ihttpRequestDan Goodliffe2018-05-23
| | | | Only required for testing, always throw in production implementations.
* Standard header formattericespider-0.2.3.1Dan Goodliffe2018-03-03
| | | | Use CTFs in common library for formatting header output.
* Dump request details to stderr in case of unhandled exceptionicespider-0.2Dan Goodliffe2017-01-30
|
* Support for plugable error handlersDan Goodliffe2017-01-30
|
* Refactor to make available some classes for testingDan Goodliffe2016-12-27