aboutsummaryrefslogtreecommitdiffstats
path: root/include/utility.h
Commit message (Collapse)AuthorAgeFilesLines
* Fixed missing static keyword for non-template functionsEugene Timokhov2016-09-071-2/+2
|
* Add dependent headerJaeseung Ha2016-09-061-0/+1
|
* Add websocket featureipknHama2016-08-281-0/+42
|
* Remove warnings: manually applying #101, #104ipknHama2016-08-271-2/+2
|
* Made all parameter_tag related functions into static inline instead of ↵Siva Chandran2015-04-251-2/+2
| | | | constexpr.
* Made parameter_tag related functions to constexpr/static to avoid linker ↵Siva Chandran2015-04-251-3/+3
| | | | symbol redefinition error when crow header is included in multiple cpp files.
* Fix parameter typosJonas Westerlund2015-03-121-10/+10
|
* working on VS2013 supportipknHama2015-02-201-18/+25
| | | | | * wrap constexpr * add run-time version of get_parameter_tag
* add run-time check for handler type for `route_dynamic`ipknHama2015-02-191-0/+89
|
* added route_dynamicipknHama2015-02-191-0/+76
|
* change pointer to reference; fix up spacesipknHama2014-12-121-49/+43
|
* Re-implemented 'get_middleware()' as suggested, without changing the Server ↵Antony Woods2014-10-231-1/+41
| | | | constructor and now no longer encountering hangs
* HTTP GET/POST method distinguishipknHama2014-10-071-1/+3
|
* complete middleware implementationipknHama2014-09-081-2/+9
|
* add Middlewares template to Crow main class, context implementationipknHama2014-09-071-0/+73
|
* source resturcturing + CMakeipknHama2014-08-071-0/+215