kumagi
|
47673eaddc
|
defeat some warnings
|
2015-12-24 20:42:21 +09:00 |
|
Samuel Marks
|
55dd19eb81
|
[Feature] JSON response can now include status code
|
2015-09-27 13:33:09 +10:00 |
|
Jaeseung Ha
|
e4708671bc
|
implement HTTPS support
- define CROW_ENABLE_SSL to use
- close #88
|
2015-09-20 22:06:00 +09:00 |
|
Gabriel Marinho
|
b7a7df0412
|
Fix Content-Type not setted passing JSON object by rvalue reference.
In this specific case, Crow is not setting the JSON Content-Type and this is causing "not well-formed" exception in the Firefox browser.
|
2015-04-13 01:23:45 -03:00 |
|
ipknHama
|
5507e98ce2
|
fix tab to space
|
2015-02-20 12:00:15 +09:00 |
|
Antony Woods
|
738d5d47b5
|
Responses constructed from json::wvalue now automatically set the appropriate Content-Type header
|
2014-11-04 17:12:52 +00:00 |
|
Antony Woods
|
8299451271
|
Moved the 'completed = true' line to before the completion callbacks
|
2014-09-13 19:15:37 +01:00 |
|
ipknHama
|
9eb96b7f4c
|
Implement example CookieParser middleware and test
|
2014-09-11 06:32:41 +09:00 |
|
ipknHama
|
2748e35430
|
basic middleware test: before_handler
|
2014-09-07 04:30:53 +09:00 |
|
ipknHama
|
031615ac86
|
source resturcturing + CMake
|
2014-08-07 01:18:33 +09:00 |
|