1
0
mirror of https://github.com/actix/actix-extras.git synced 2024-11-24 16:02:59 +01:00
Commit Graph

284 Commits

Author SHA1 Message Date
Nikolay Kim
b689bb9260 add failure support 2019-03-06 11:45:33 -08:00
Nikolay Kim
ad08e856d7 update actix-rt 2019-03-06 10:30:17 -08:00
Nikolay Kim
96477d42cb extend HttpMessage trait, add api to work with requests cookies 2019-03-05 13:16:26 -08:00
Nikolay Kim
ce0b172598 update actix-service 2019-03-05 09:30:11 -08:00
Nikolay Kim
3a456ec148 update actix-service dependency 2019-03-04 20:46:33 -08:00
Nikolay Kim
65a313c78b update utils dep 2019-03-04 19:51:09 -08:00
Nikolay Kim
de9b38295f update deps 2019-03-02 15:08:10 -08:00
Nikolay Kim
b80ee71785 use new new service api 2019-02-22 14:21:35 -08:00
Nikolay Kim
037c3da172 enable ssl for connector 2019-02-18 18:40:40 -08:00
Nikolay Kim
f9724fa0ec add ErrorResponse impl for TimeoutError 2019-02-11 09:54:41 -08:00
Nikolay Kim
ed7ca7fe07 make Message clonable and expose as public 2019-02-07 21:50:20 -08:00
Nikolay Kim
c4596b0bd6 add headers from actix-web 2019-02-07 13:24:24 -08:00
Nikolay Kim
cd83553db7 simplify payload api; add missing http error helper functions 2019-02-07 11:37:33 -08:00
Nikolay Kim
fcace161c7 fix manifest features 2019-02-06 12:22:40 -08:00
Nikolay Kim
55a29d3778 add h2 server support 2019-02-06 11:44:15 -08:00
Nikolay Kim
ef5b54a481 use released service crate 2019-02-03 14:05:44 -08:00
Nikolay Kim
c9bb2116fe update actix-utils 2019-02-03 10:50:29 -08:00
Nikolay Kim
e70c7f2a5d upgrade derive-more 2019-02-01 20:22:43 -08:00
Nikolay Kim
3269e35722 migrate to actix-service 0.2 2019-02-01 20:18:44 -08:00
Nikolay Kim
3e6bdbd9ee rename trait 2019-01-29 10:34:27 -08:00
Nikolay Kim
9a4eb5a848 update readme 2019-01-29 10:17:38 -08:00
Nikolay Kim
4217894d48 cleaup warnings 2019-01-29 10:14:00 -08:00
Nikolay Kim
12fb94204f use hashbrown instead of std HashMap 2019-01-27 11:42:41 -08:00
Nikolay Kim
c3d3e8b465 move TestServer to separate crate 2019-01-27 11:07:48 -08:00
Nikolay Kim
42277c5c8f update deps 2019-01-26 22:09:26 -08:00
Nikolay Kim
cc74435b01 drop failure crate 2018-12-19 18:34:56 -08:00
Nikolay Kim
b1001b80b7 upgrade actix-service dependency 2018-12-12 18:39:01 -08:00
Nikolay Kim
1c60992723 use released crates 2018-12-11 09:29:12 -08:00
Nikolay Kim
aaae368ed9 use new actix crates 2018-12-10 18:08:33 -08:00
Nikolay Kim
e9121025b7 convert to 2018 edition 2018-12-06 14:32:52 -08:00
Nikolay Kim
5003c00efb use new Service and NewService traits 2018-11-30 11:57:57 -08:00
Nikolay Kim
7d66430324 move url module to different crate 2018-11-18 20:08:43 -08:00
Nikolay Kim
22d4523c93 update actix-net 2018-11-18 18:31:44 -08:00
Nikolay Kim
adad203314 refactor encoder/decoder impl 2018-11-18 17:52:56 -08:00
Nikolay Kim
03ad9a3105 simplify client decoder 2018-11-14 10:52:40 -08:00
Nikolay Kim
6297fe0d41 refactor client response payload handling 2018-11-14 09:38:16 -08:00
Nikolay Kim
537144f0b9 add http client connector service 2018-11-11 23:12:54 -08:00
Nikolay Kim
6a1d560f22 fix keep-alive timer reset 2018-11-08 09:30:53 -08:00
Nikolay Kim
f1587243c2 fix body decoding 2018-11-05 19:32:03 -08:00
Nikolay Kim
bc6e62349c update deps; export api 2018-10-23 21:44:20 -07:00
Nikolay Kim
09c94cb06b add client http codec; websockets client 2018-10-22 18:18:05 -07:00
Nikolay Kim
06addd5523 update deps 2018-10-10 13:23:25 -07:00
Nikolay Kim
cb78d9d41a use actix-net release 2018-10-08 22:04:53 -07:00
Nikolay Kim
25af82c45a cleanup dependencies 2018-10-06 21:17:27 -07:00
Nikolay Kim
87b83a3403 update tests, remove unused deps 2018-10-06 21:07:32 -07:00
Nikolay Kim
fbf67544e5 remove unused code 2018-10-05 08:03:25 -07:00
Nikolay Kim
c24a8f4c2d remove high level apis 2018-10-05 07:02:09 -07:00
Nikolay Kim
829dbae609 cleanups and tests 2018-10-04 21:14:18 -07:00
Nikolay Kim
b15b2dda22 remove ServerSettings 2018-10-04 17:34:57 -07:00
Nikolay Kim
6aa2de7b8d remove actix-web artifacts 2018-10-04 17:00:27 -07:00