Commit Graph

28 Commits

Author SHA1 Message Date
Nikolay Kim 02fb424659 add custom Debug impl for HttpResponse 2017-11-08 19:31:25 -08:00
Nikolay Kim 3f649b8e07 fix name 2017-11-04 14:07:15 -07:00
Nikolay Kim 32cefb8455 implement h2 writer 2017-11-04 09:07:44 -07:00
Nikolay Kim 4add742aba refactor task impl, extract stream writer to separate struct 2017-11-03 13:48:00 -07:00
Nikolay Kim f010672885 rename modules 2017-11-03 13:48:00 -07:00
Nikolay Kim 8ab04b39df update tests; clippy warnings 2017-10-29 15:04:44 -07:00
Nikolay Kim 6b2248ecdf do not add error response if current response is in process 2017-10-29 14:51:30 -07:00
Nikolay Kim af1e0bac08 add HttpContext::drain() 2017-10-29 06:05:31 -07:00
Nikolay Kim 86583049fa Fix disconnection handling 2017-10-25 16:25:26 -07:00
Nikolay Kim 4ee2a60d88 reuse BinaryBody for Frame::Payload 2017-10-23 23:39:01 -07:00
Nikolay Kim c435f16170 refactory response body 2017-10-23 23:25:32 -07:00
Nikolay Kim afe9459ce1 pass request by ref; added middleware support 2017-10-21 22:59:59 -07:00
Nikolay Kim 0bfe07b371 process inactive tasks 2017-10-20 23:12:36 -07:00
Nikolay Kim 35107f64e7 make HttpServer generic over incoming stream 2017-10-16 13:13:32 -07:00
Nikolay Kim f1d6c61c5c add expect/continue support 2017-10-15 15:52:52 -07:00
Nikolay Kim 5480cb5d49 rename httpmessage to httpresponse 2017-10-15 09:33:17 -07:00
Nikolay Kim 41f1e6cdc9 split http request; add HttpRequest::range() 2017-10-14 22:52:38 -07:00
Nikolay Kim 3516f02e4f keep-alive support 2017-10-13 16:33:23 -07:00
Nikolay Kim 0447c66de1 simplify Frame::Message; impl Try for Reply 2017-10-13 14:43:17 -07:00
Nikolay Kim 8b1fdeb8c9 response version is optional 2017-10-10 17:14:30 -07:00
Nikolay Kim 0e6a67fc26 refactor response generation 2017-10-10 16:03:32 -07:00
Nikolay Kim 78e6149d9f fix connection upgrade 2017-10-10 12:39:24 -07:00
Nikolay Kim 676347d7f6 drop hyper 2017-10-09 23:07:32 -07:00
Nikolay Kim e2dc775e21 refactor payload 2017-10-08 20:16:48 -07:00
Nikolay Kim f2d20514fa websocket support 2017-10-07 21:48:00 -07:00
Nikolay Kim ce4aea46c3 better naming 2017-10-06 23:36:36 -07:00
Nikolay Kim a505be9321 docs 2017-10-06 23:14:13 -07:00
Nikolay Kim 0b5f0c4f22 initial implementation 2017-10-06 21:51:27 -07:00