Commit Graph

129 Commits

Author SHA1 Message Date
Nikolay Kim 6177d86d97 refactor handler rtype handling 2017-11-29 09:17:00 -08:00
Nikolay Kim afeecea05f refactor reply handling 2017-11-28 19:49:17 -08:00
Nikolay Kim b55d69b4c2 better handler result handling 2017-11-28 12:42:53 -08:00
Nikolay Kim 5a3b6638a7 move state to request object 2017-11-26 21:18:38 -08:00
Nikolay Kim 8e0a7f44d4 pass request by value 2017-11-26 20:34:20 -08:00
Nikolay Kim eb7f48a1c6 include payload into request 2017-11-26 19:00:57 -08:00
Nikolay Kim 32483735ba cookie session implementation 2017-11-26 17:34:11 -08:00
Nikolay Kim 940bc08aba remove unused imports 2017-11-24 22:19:06 -08:00
Nikolay Kim 7569036dd4 refactor request pipeline 2017-11-24 22:15:52 -08:00
Nikolay Kim 40c1d3b711 refactor middlewares 2017-11-09 22:08:54 -08:00
Nikolay Kim d7d3d663e9 refactor server impl and add support for alpn http2 negotiation 2017-11-04 12:33:14 -07:00
Nikolay Kim 4e216701c0 better handler function ergonimics 2017-10-29 21:39:59 -07:00
Nikolay Kim af1e0bac08 add HttpContext::drain() 2017-10-29 06:05:31 -07:00
Nikolay Kim 26989f5591 server tests 2017-10-22 12:48:43 -07:00
Nikolay Kim f85925a652 refactor error handling 2017-10-22 09:13:29 -07:00
Nikolay Kim d555fcabfc update tests 2017-10-22 08:14:23 -07:00
Nikolay Kim afe9459ce1 pass request by ref; added middleware support 2017-10-21 22:59:59 -07:00
Nikolay Kim 7364e088be basic example 2017-10-21 19:35:50 -07:00
Nikolay Kim 6a33b65f02 refactor server router 2017-10-21 18:54:24 -07:00
Nikolay Kim f59f68eded new router recognizer 2017-10-16 19:21:24 -07:00
Nikolay Kim 95fa70d19e rename params to match_info 2017-10-16 10:20:16 -07:00
Nikolay Kim 94c8aa6a54 do not use actix prelude 2017-10-15 15:10:35 -07:00
Nikolay Kim 5901f0f9f5 Application, router, resource builders 2017-10-15 14:17:41 -07:00
Nikolay Kim 41f1e6cdc9 split http request; add HttpRequest::range() 2017-10-14 22:52:38 -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 63b78b6461 better naming 2017-10-08 14:56:51 -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