1
0
mirror of https://github.com/fafhrd91/actix-net synced 2024-11-24 04:52:58 +01:00
Commit Graph

130 Commits

Author SHA1 Message Date
Rob Ede
38caa8f088
Fix server arbiter support (#417) 2021-11-14 19:45:15 +00:00
Rob Ede
581e599209
rename Server => ServerHandler (#407) 2021-11-01 23:36:51 +00:00
Rob Ede
ca77d8d835
split -server and -tls msrv and raise to 1.52 (#398) 2021-10-19 14:53:42 +01:00
Riley
80a362712f
Fix Service<u8> request documentation (#388) 2021-09-26 01:30:11 +01:00
Rob Ede
a83dfaa162
Update macros.rs
closes #234
2021-07-17 20:54:53 +01:00
Danilo Bargen
54b22f9fce
Docs: Fix signature of Service::call (#358) 2021-06-02 21:10:36 +01:00
Rob Ede
7749dfe46a
address msrv todo in router 2021-04-16 02:06:11 +01:00
Rob Ede
47fba25d67
remove pipeline from public api (#335) 2021-04-16 00:00:02 +01:00
Rob Ede
7a82288066
docs tweak 2021-04-15 21:58:18 +01:00
Rob Ede
4e6d88d143
improve boxed service docs 2021-04-15 20:43:02 +01:00
Rob Ede
ef206f40fb
update ignored service docs to new traits 2021-04-15 20:13:27 +01:00
Rob Ede
8becb0db70
refactor crates for better api stability (#301) 2021-03-30 13:39:10 +01:00
fakeshadow
bb27bac216
Add native tls support for actix_tls::connect module (#295)
Co-authored-by: Rob Ede <robjtede@icloud.com>
2021-03-27 00:20:17 +00:00
Rob Ede
91ea8c5dad
remove service dev module and add transformext trait
also improve docs on transform and boxed mods
2021-03-10 03:18:09 +00:00
Rob Ede
0a705b1023
add docs for *_ready macros 2021-03-10 02:23:24 +00:00
fakeshadow
9e2bcec226
add RcService type and rc_service construct function (#290) 2021-02-28 23:01:05 +00:00
fakeshadow
50a195e9ce
add impl Service for Rc<S: Service> (#288) 2021-02-28 19:42:11 +00:00
Rob Ede
841c611233
doc nits 2021-02-24 01:39:02 +00:00
Rob Ede
eaefe21b98
add tests for custom resolver 2021-01-26 08:05:19 +00:00
fakeshadow
636cef8868
service trait takes shared self reference (#247) 2021-01-23 03:06:22 +00:00
Rob Ede
f751cf5acb
use convert err on forward_ready! (#246) 2021-01-09 14:13:16 +00:00
fakeshadow
b5eefb4d42
merge actix-testing into actix-server (#242) 2020-12-29 21:20:24 +00:00
Rob Ede
ba44ea7d0b
remove futures-util from service deps (#235) 2020-12-27 18:24:57 +00:00
Rob Ede
8a58a341a4
service improvements (#233) 2020-12-27 14:15:42 +00:00
Rob Ede
3ab8c3eb69
service trait takes request type parameter (#232) 2020-12-27 04:28:00 +00:00
Aravinth Manivannan
b296d0f254
Intradoc links conversion (#227)
* intra doc conversion

* rm trailing blank comment
2020-12-14 08:22:30 +00:00
Rob Ede
4e43216b99
standardise compiler lints across all crates (#226) 2020-12-12 23:24:00 +00:00
Zura Benashvili
4cc1c87724
docs(transform): remove extra generic parameter (#211) 2020-11-20 22:45:57 +00:00
nujz
98a2197a09
fix doc error (#195) 2020-09-19 23:12:41 +09:00
Rob Ede
fb0aa02b3c
move and update server+tls examples (#190) 2020-09-13 10:12:07 +01:00
Rob Ede
a5a6b6704c
prepare actix-service 1.0.6 release (#175) 2020-08-09 16:10:58 +01:00
Miloas
02aaa75591
fix actix-service doc error (#172) 2020-08-06 11:21:51 +01:00
Yuki Okushi
8ace9264b7
Check code style with rustfmt on CI (#164) 2020-07-22 12:32:13 +09:00
Sergey "Shnatsel" Davidoff
a67e38b4a0
Remove unsound custom Cell (#158) 2020-07-20 06:05:36 +09:00
Taiki Endo
9528df4486 Remove uses of pin_project::project attribute
pin-project will deprecate the project attribute due to some unfixable
limitations.

Refs: https://github.com/taiki-e/pin-project/issues/225
2020-06-06 06:42:45 +09:00
Yuki Okushi
d5a6c83207 Suppress/fix clippy warnings 2020-01-29 12:05:55 +09:00
Nikolay Kim
dbfa13d6be Fixed unsoundness in .and_then()/.then() service combinators 2020-01-16 16:58:11 -08:00
Nikolay Kim
3116db5168 revert 1.0.3 changes 2020-01-15 13:24:38 -08:00
Nikolay Kim
a751899aad Fixed unsoundness in AndThenService impl #83 2020-01-15 11:40:15 -08:00
amosonn
4bbba803c1 Fix Service documentation (#85) 2020-01-12 07:44:01 +09:00
Nikolay Kim
7c5fa25b23 Add into_service helper function 2020-01-08 18:31:50 +06:00
Nikolay Kim
b599bc4a0c map_config() and unit_config() accepts IntoServiceFactory type 2019-12-22 16:30:49 +04:00
Nikolay Kim
c094f84b85 prepare actix-service release 2019-12-11 10:29:34 +06:00
Nikolay Kim
bf734a31dc update docs 2019-12-10 21:34:51 +06:00
Nikolay Kim
7163e2c2a2 update doc strings 2019-12-10 21:14:06 +06:00
Nikolay Kim
35218a4df1 add Clone impl for Apply service 2019-12-09 14:07:20 +06:00
Nikolay Kim
1ad0bbfb7f rename fn service helpers 2019-12-08 19:05:05 +06:00
Nikolay Kim
cbdbc05dbd update tokio verion and prep alpha3 release 2019-12-07 09:57:43 +06:00
Max Gortman
f89a992daf eager drop in then, and_then, and_then_apply_fn (#72) 2019-12-06 10:34:44 +06:00
Nikolay Kim
6f41b80cb4 optimize service combinators memory layout 2019-12-05 12:37:26 +06:00