aboutsummaryrefslogtreecommitdiffstats
path: root/include/routing.h
Commit message (Collapse)AuthorAgeFilesLines
* Add websocket featureipknHama2016-08-281-1/+166
|
* Handling macro issuesipknHama2016-08-271-1/+1
| | | | | - fix IS_NUM conflict (for MySQL) - avoid DELETE, ERROR (for Windows)
* Merge pull request #53 from JaewooSeo/vs2013ipkn2015-03-181-0/+4
|\ | | | | VS2013 x64 build support
| * VS2013 x64 build supportjaewoo.seo2015-03-151-0/+4
| |
* | Fix parameter typosJonas Westerlund2015-03-121-6/+6
|/
* refactor DynamicRule and TaggedRule to support common patternipknHama2015-02-201-26/+46
| | | | * name, methods
* add run-time check for handler type for `route_dynamic`ipknHama2015-02-191-1/+8
|
* added route_dynamicipknHama2015-02-191-121/+259
|
* fix #27 : handling routes with trailing slashJaeseung Ha2015-01-191-1/+36
|
* Merge branch 'try-catch-handle' of https://github.com/acron0/crow into ↵ipknHama2014-12-121-1/+19
|\ | | | | | | | | | | | | acron0-try-catch-handle Conflicts: amalgamate/crow_all.h
| * Added a general purpose try-catch around handle() for instances where an ↵Antony Woods2014-12-101-1/+19
| | | | | | | | exception would cause the server to never return a response. At some later date we would possibly still wish to provide a custom hook for dealing with 500s. Also note, after an exception is caught, the generated 500 response is still sent to middleware handlers
* | change pointer to reference; fix up spacesipknHama2014-12-121-4/+4
|/
* added missing header for amalgateipknHama2014-10-241-0/+1
|
* Fixed merge odditiesAntony Woods2014-10-141-3/+17
|\
| * HTTP GET/POST method distinguishipknHama2014-10-071-3/+17
| |
* | Wrapped qs_parse as query_string and added testsAntony Woods2014-10-141-5/+2
|/
* Culling url paramsAntony Woods2014-09-151-25/+28
|
* fix compile bug (feeding std::endl to logger)ipknHama2014-08-161-1/+1
|
* Change to custom timer implementation to increase performanceipknHama2014-08-161-3/+2
|
* decide to be header onlyipknHama2014-08-071-22/+340
|
* spliting header implementation into cpp files, routing.cpp createdipknHama2014-08-071-340/+22
|
* source resturcturing + CMakeipknHama2014-08-071-0/+656