aboutsummaryrefslogtreecommitdiffstats
path: root/include/http_response.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix Content-Type not setted passing JSON object by rvalue reference.Gabriel Marinho2015-04-131-2/+11
| | | In this specific case, Crow is not setting the JSON Content-Type and this is causing "not well-formed" exception in the Firefox browser.
* fix tab to spaceipknHama2015-02-201-1/+1
|
* Responses constructed from json::wvalue now automatically set the ↵Antony Woods2014-11-041-1/+4
| | | | appropriate Content-Type header
* Moved the 'completed = true' line to before the completion callbacksAntony Woods2014-09-131-1/+2
|
* Implement example CookieParser middleware and testipknHama2014-09-111-1/+21
|
* basic middleware test: before_handleripknHama2014-09-071-4/+9
|
* source resturcturing + CMakeipknHama2014-08-071-0/+86