aboutsummaryrefslogtreecommitdiffstats
path: root/include/crow/routing.h
Commit message (Collapse)AuthorAgeFilesLines
* Support multiple methods for same URLipknHama2017-12-251-130/+164
| | | | | - fix broken unittests because of server initializing order change - add a function to wait until server is up
* Merge pull request #210 from zxmarcos/masterJaeseung Ha2017-09-171-2/+10
|\ | | | | Add onaccept handler to websocket rule
| * Add onaccept handler to websocket ruleMarcos Medeiros2016-12-281-2/+10
| |
* | Merge pull request #212 from uctakeoff/fix_warning_in_cpp11Jaeseung Ha2017-09-171-4/+16
|\ \ | | | | | | Fixed a problem that warning appeared in c ++ 11
| * | Fixed a problem that warning appeared in c ++ 11ushiyake2017-01-091-4/+16
| |/
* / Upgrade amalgamateVsevolod Kvachev2016-12-061-4/+4
|/
* Cleanup include folder into crow subfolderipknHama2016-09-211-0/+1056
- only crow.h is exposed now