1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-06-28 16:50:37 +02:00
Commit Graph

17 Commits

Author SHA1 Message Date
a0fe2a9b2e clippy 2021-07-16 21:46:32 +01:00
ad22a93466 allow path building when resource has tail (#371) 2021-07-16 21:41:57 +01:00
c2d5b2398a Rename Path::{len => segment_count} (#370) 2021-07-16 19:43:48 +01:00
5b1ff30dd9 router: fix multi-pattern and path tail matches (#366) 2021-07-16 18:17:00 +01:00
e1317bb3a0 path.len() != path.path().len() (#368)
Co-authored-by: Rob Ede <robjtede@icloud.com>
2021-07-15 15:34:49 +01:00
dcea009158 ResourceDef: cleanup (#365) 2021-07-15 15:09:01 +01:00
23b1f63345 router: handle newline char '\n' in url (#360) 2021-06-06 03:38:58 +01:00
cf21df14f2 Path: fix unsafe malformed string (#359) 2021-06-05 18:29:00 +01:00
a1bf8662c9 router: don't decode %25 to '%' (#357) 2021-06-06 01:34:16 +09:00
6f4d2220fa store Cow in actix-router Path (#345) 2021-06-05 01:46:40 +01:00
7749dfe46a address msrv todo in router 2021-04-16 02:06:11 +01:00
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
789e6a8a46 update ci (#284) 2021-02-24 09:48:41 +00:00
4ec358575e prepare actix-rt v2.0.0 release (#262) 2021-02-03 10:25:31 +00:00
cff9deb729 attribute nits 2021-01-26 09:45:43 +00:00
636cef8868 service trait takes shared self reference (#247) 2021-01-23 03:06:22 +00:00
93865de848 move router to actix-router 2020-12-31 02:29:27 +00:00