summaryrefslogtreecommitdiff
path: root/icespider/core/irouteHandler.cpp
Commit message (Collapse)AuthorAge
* Consts and formattersDan Goodliffe2018-05-23
| | | | | Move lots of common strings into ICE consts. Move some expressions into formatters.
* Route Optionsicespider-0.4.1Dan Goodliffe2018-04-16
| | | | | | Provide an irouteOptions constructor that takes new class RouteOptions for finer grained control over the setup process. This currently provides the option to not add the default serializers.
* 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.
* Don't delete the serializer factoryDan Goodliffe2016-12-27
|
* Bad request on missing or invalid parametersDan Goodliffe2016-09-17
|
* Remove previous serializer before adding replacementDan Goodliffe2016-09-16
|
* No need to proxy getProxy through route handler now we have a core instanceDan Goodliffe2016-09-02
|
* Initialize proxies once on start upDan Goodliffe2016-09-02
|
* Pass current Core instance to route handlersDan Goodliffe2016-09-01
|
* Register route handler factories, not route handlers so we can construct ↵Dan Goodliffe2016-08-30
| | | | them as needed, with arguments, after system start up (incl. config load)
* Bit of a refactor around Accept / Content-Type and include Content-Type in ↵Dan Goodliffe2016-08-21
| | | | response headers
* Add support for custom output serializersDan Goodliffe2016-08-21
|
* Don't store the plugin, just its implementationDan Goodliffe2016-08-20
|
* Add basic content negotiationDan Goodliffe2016-08-16
|
* Tidy upDan Goodliffe2016-06-26
|
* Add and test a request routerDan Goodliffe2016-06-19
|
* Initial commit of IceSpider, implements basic route compilerDan Goodliffe2016-06-18