aboutsummaryrefslogtreecommitdiffstats
path: root/test.py
Commit message (Collapse)AuthorAgeFilesLines
* add supporing handlers with res parameteripknHama2014-08-061-0/+1
| | | | | | | | | | void handler(const crow::request&, crow::response& res) { res.send(data) res.end() } https://news.ycombinator.com/item?id=8004017
* Add HTTP/1.1 persistent connection timeoutipknHama2014-07-291-0/+19
| | | | manage Connection object life cycle using shared_ptr
* fix old naming, check for host headeripknHama2014-07-091-1/+1
|
* add support for handlers with request argument, add http methodipknHama2014-04-201-7/+7
|
* parameter passing done for intipknHama2014-04-151-0/+4
|
* test 404ipknHama2014-04-031-0/+1
|
* multiple routing (still no argument)ipknHama2014-04-011-2/+2
|
* accept connections, print http request parsed informationipknHama2014-04-011-0/+3