1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-08-02 02:35:04 +00:00
Commit graph

23 commits

Author SHA1 Message Date
Nikolay Kim afeecea05f refactor reply handling 2017-11-28 19:49:17 -08:00
Nikolay Kim 932e751240 add status code helper method for http response 2017-11-28 14:23:42 -08:00
Nikolay Kim b55d69b4c2 better handler result handling 2017-11-28 12:42:53 -08:00
Nikolay Kim 599f3c26e0 start working on guide 2017-11-27 16:41:37 -08:00
Nikolay Kim 0519056199 consistent naming 2017-11-26 22:31:29 -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 e571587a8c refactor logger middleware 2017-11-23 15:17:16 -08:00
Nikolay Kim a87784ba15 use Result intead of HandlerResult 2017-11-18 06:50:07 -10:00
Nikolay Kim de71ad7de4 refactor error handling 2017-11-15 20:06:28 -10:00
Nikolay Kim 265628750c refactor logger middleware 2017-11-10 12:29:54 -08:00
Nikolay Kim 40c1d3b711 refactor middlewares 2017-11-09 22:08:54 -08:00
Nikolay Kim e558414867 add response content encoding 2017-11-08 16:44:46 -08:00
Nikolay Kim c2978a6eea add content encoding decompression 2017-11-06 01:27:46 -08:00
Nikolay Kim c14e6c9008 make possible to use async handler 2017-11-03 13:35:34 -07:00
Nikolay Kim 4e216701c0 better handler function ergonimics 2017-10-29 21:39:59 -07:00
Nikolay Kim 488fb256b4 add optional skeptic 2017-10-26 06:12:23 -07:00
Nikolay Kim c435f16170 refactory response body 2017-10-23 23:25:32 -07:00
Nikolay Kim 5699af9795 more tests 2017-10-22 17:33:24 -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