aboutsummaryrefslogtreecommitdiffstats
path: root/http_server.h
Commit message (Expand)AuthorAgeFilesLines
* Add HTTP/1.1 persistent connection timeoutipknHama2014-07-291-1/+6
* fix old naming, check for host headeripknHama2014-07-091-2/+1
* Use C++ cstdint header in http_server.hAlex Butum2014-07-081-1/+2
* Added log level supportAntony Woods2014-05-201-1/+1
* Added primitive loggingAntony Woods2014-05-201-4/+6
* caching datetime string for Date headeripkn2014-05-021-3/+18
* rename flask to crowipknHama2014-04-271-1/+1
* add concurrency; add server headeripkn2014-04-171-4/+10
* multi server testipknHama2014-04-151-0/+5
* accept connections, print http request parsed informationipknHama2014-04-011-0/+48