aboutsummaryrefslogtreecommitdiffstats
path: root/parser.h
Commit message (Expand)AuthorAgeFilesLines
* Add HTTP/1.1 persistent connection timeoutipknHama2014-07-291-0/+1
* add support for "Expect: 100-continue"ipknHama2014-07-091-1/+12
* rename flask to crowipknHama2014-04-271-1/+1
* increasing unittest coverage; fix crash bug while parsing headersipknHama2014-04-221-7/+2
* add support for handlers with request argument, add http methodipknHama2014-04-201-1/+4
* Trie based routingipknHama2014-04-111-2/+2
* multiple routing (still no argument)ipknHama2014-04-011-7/+9
* working http serveripknHama2014-04-011-10/+73
* accept connections, print http request parsed informationipknHama2014-04-011-0/+79