Commit Graph

22 Commits

Author SHA1 Message Date
ipknHama
b7781b20ff Add HTTP/1.1 persistent connection timeout
manage Connection object life cycle using shared_ptr
2014-07-29 20:20:50 +09:00
ipknHama
c19eed0285 add support for "Expect: 100-continue" 2014-07-09 14:08:40 +09:00
ipknHama
23f9b52858 fix old naming, check for host header 2014-07-09 14:08:02 +09:00
Alex Butum
30f108ce99 Init life_ data member from Connection class 2014-07-08 10:50:32 +03:00
Antony Woods
1ae0387a25 Added log level support 2014-05-20 23:30:51 +01:00
Antony Woods
dccb246cf8 Added primitive logging 2014-05-20 17:17:56 +01:00
ipkn
62ace917d3 change system_clock to steady_clock 2014-05-02 01:28:20 -04:00
ipkn
81bd1e1fb6 caching datetime string for Date header 2014-05-02 01:17:49 -04:00
ipknHama
f8893eb138 rename flask to crow 2014-04-27 03:16:00 +09:00
ipknHama
89bfe52f09 increasing unittest coverage; fix crash bug while parsing headers 2014-04-22 20:19:03 +09:00
ipknHama
1173eba332 add support for handlers with request argument, add http method 2014-04-20 17:45:59 +09:00
ipknHama
bc6140a1eb added HTTP Date header 2014-04-19 07:27:05 +09:00
ipknHama
de7a70de34 add json reading feature; optimization 2014-04-19 07:12:56 +09:00
ipkn
86433135f3 response can return json object 2014-04-17 10:06:41 -04:00
ipknHama
af6bc11fb4 resolve linking problem 2014-04-17 18:19:06 +09:00
ipkn
9ee37ce4bf add concurrency; add server header 2014-04-17 02:50:28 -04:00
ipknHama
f8ee6d4dad add test for parameter tagging, response 2014-04-15 05:11:37 +09:00
ipknHama
152a5c8c2c Trie based routing 2014-04-11 01:43:33 +09:00
ipknHama
b33c7a4f29 removing black magic; merging router with app 2014-04-10 08:17:08 +09:00
ipknHama
936a756ca1 multiple routing (still no argument) 2014-04-01 22:58:52 +09:00
ipknHama
7056550bbb working http server 2014-04-01 21:25:16 +09:00
ipknHama
4b8c67e230 accept connections, print http request parsed information 2014-04-01 01:51:50 +09:00