aboutsummaryrefslogtreecommitdiffstats
path: root/examples/example.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Change default settingsipknHama2017-09-181-2/+2
| | | | | | - 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
* Add get_dict usage to exampleRasie12017-03-161-0/+9
|
* Cleanup include folder into crow subfolderipknHama2016-09-211-1/+0
| | | | - only crow.h is exposed now
* Add a testcase for large response + Connection:close headeripknHama2016-09-101-0/+5
|
* Remove warnings: manually applying #101, #104ipknHama2016-08-271-4/+4
|
* Add a simpler way for json exampleDeliciousGarfield2016-03-181-0/+3
|
* Corrected a typoLaurent Meyer2015-02-221-1/+1
|
* Commented the examples to be easier to be understood by someone new to it.Laurent Meyer2015-02-221-0/+12
|
* Added the comments for the param function because had problem to understand ↵Laurent Meyer2015-02-221-0/+12
| | | | the pattern of lists in URL parameters
* fix #27 : handling routes with trailing slashJaeseung Ha2015-01-191-0/+6
|
* fixed typoNako Sung2015-01-021-4/+4
|
* fix add_json to handle POST requestipknHama2014-12-151-0/+1
|
* change pointer to reference; fix up spacesipknHama2014-12-121-1/+1
|
* Post-pull commitAntony Woods2014-10-241-1/+18
|\
| * Fixed compiler errors and inlines some of the qs_parse functionsAntony Woods2014-10-221-1/+1
| |
| * Wrapped qs_parse as query_string and added testsAntony Woods2014-10-141-6/+11
| |
| * URL params are now present as a ci_map variable of requestAntony Woods2014-09-221-1/+13
| |
* | Re-implemented 'get_middleware()' as suggested, without changing the Server ↵Antony Woods2014-10-231-2/+33
|/ | | | constructor and now no longer encountering hangs
* add Middlewares template to Crow main class, context implementationipknHama2014-09-071-1/+1
|
* improve performance by 2xipkn2014-08-171-2/+3
| | | | change to io_service per CPU model
* source resturcturing + CMakeipknHama2014-08-071-0/+77