aboutsummaryrefslogtreecommitdiffstats
path: root/http_connection.h
Commit message (Expand)AuthorAgeFilesLines
* increasing unittest coverage; fix crash bug while parsing headersipknHama2014-04-221-2/+2
* add support for handlers with request argument, add http methodipknHama2014-04-201-0/+20
* added HTTP Date headeripknHama2014-04-191-0/+7
* add json reading feature; optimizationipknHama2014-04-191-1/+1
* response can return json objectipkn2014-04-171-0/+5
* resolve linking problemipknHama2014-04-171-17/+33
* add concurrency; add server headeripkn2014-04-171-13/+47
* add test for parameter tagging, responseipknHama2014-04-151-1/+4
* Trie based routingipknHama2014-04-111-2/+13
* removing black magic; merging router with appipknHama2014-04-101-1/+2
* multiple routing (still no argument)ipknHama2014-04-011-2/+2
* working http serveripknHama2014-04-011-4/+85
* accept connections, print http request parsed informationipknHama2014-04-011-0/+48