aboutsummaryrefslogtreecommitdiffstats
path: root/http_response.h
Commit message (Collapse)AuthorAgeFilesLines
* long polling implementation completeipknHama2014-08-061-1/+31
| | | | | | change `res handle(req)' into `void handle(req, res)' connnection::handle is divide into two part: before and after user handler
* add supporing handlers with res parameteripknHama2014-08-061-0/+18
| | | | | | | | | | void handler(const crow::request&, crow::response& res) { res.send(data) res.end() } https://news.ycombinator.com/item?id=8004017
* rename flask to crowipknHama2014-04-271-1/+1
|
* add json reading feature; optimizationipknHama2014-04-191-1/+1
|
* response can return json objectipkn2014-04-171-0/+16
|
* resolve linking problemipknHama2014-04-171-22/+0
|
* add test for parameter tagging, responseipknHama2014-04-151-3/+3
|
* compiler error on invalid handler type; still no routing for dynamic urlipknHama2014-04-131-2/+2
|
* Trie based routingipknHama2014-04-111-2/+2
|
* removing black magic; merging router with appipknHama2014-04-101-4/+2
|
* multiple routing (still no argument)ipknHama2014-04-011-0/+1
|
* working http serveripknHama2014-04-011-0/+40