aboutsummaryrefslogtreecommitdiffstats
path: root/include/crow/settings.h
Commit message (Collapse)AuthorAgeFilesLines
* Support multiple methods for same URLipknHama2017-12-251-0/+2
| | | | | - fix broken unittests because of server initializing order change - add a function to wait until server is up
* Change default settingsipknHama2017-09-181-1/+1
| | | | | | - disable crow debug mode by default - expose `loglevel` method on `App` to change the logging level easily - add a startup message that guides how to change the logging level
* Cleanup include folder into crow subfolderipknHama2016-09-211-0/+38
- only crow.h is exposed now