1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-09-21 02:50:10 +00:00
Commit graph

4128 commits

Author SHA1 Message Date
Rob Ede
85c9b1a263
move quoter 2022-01-04 12:58:40 +00:00
Rob Ede
577597a80a
rename on-connect example 2022-01-04 12:54:20 +00:00
Ali MJ Al-Nasrawy
374dc9bfc9
files: percent-decode url path (#2398)
Co-authored-by: Rob Ede <robjtede@icloud.com>
2022-01-04 12:54:11 +00:00
Rob Ede
93754f307f
try path config from Data as well 2022-01-04 04:08:46 +00:00
Rob Ede
c7639bc3be
document quoter 2022-01-04 03:48:12 +00:00
Rob Ede
0bc4ae9158
remove BodyEncoding trait (#2565) 2022-01-03 18:46:04 +00:00
Rob Ede
19a46e3925
fix doc test 2022-01-03 15:35:47 +00:00
Rob Ede
68cd853aa2
improve docs for Compress 2022-01-03 14:59:01 +00:00
Rob Ede
25fe1bbaa5
add double compress layer test 2022-01-03 14:05:08 +00:00
Rob Ede
e890307091
Fix AcceptEncoding header (#2501) 2022-01-03 13:17:57 +00:00
Rob Ede
b708924590
only run nightly checks on master ci 2021-12-31 08:38:58 +00:00
Rob Ede
5dcb250237
fix doc test 2021-12-31 07:53:53 +00:00
Rob Ede
b4ff6addfe
use match name if possible in data debug log 2021-12-30 07:15:57 +00:00
Rob Ede
231a24ef8d
improve application data docs 2021-12-30 07:11:35 +00:00
Rob Ede
6df4974234
prepare awc release 3.0.0-beta.17 2021-12-29 10:17:28 +00:00
Rob Ede
a80e93d6db
prepare actix-web release 4.0.0-beta.18 2021-12-29 10:17:11 +00:00
Rob Ede
542c92c9a7
tweak changelogs 2021-12-29 10:06:36 +00:00
Luca Palmieri
74738c63a7
Upgrade time dependency (via cookie) (#2555) 2021-12-29 10:03:25 +00:00
Rob Ede
a87e01f0d1
bump msrv to 1.54 2021-12-29 08:59:15 +00:00
Rob Ede
9779010a5a
prepare actix-files release 0.6.0-beta.12 2021-12-29 07:08:10 +00:00
Rob Ede
11d50d792b
prepare actix-web release 4.0.0-beta.17 2021-12-29 07:07:51 +00:00
Rob Ede
798e9911e9
prepare awc release 3.0.0-beta.16 2021-12-29 07:07:46 +00:00
Rob Ede
2b2de29800
never return port in realip_remote_addr (#2554) 2021-12-28 14:52:43 +00:00
Rob Ede
0f5c876c6b
tweak guard docs 2021-12-28 14:50:48 +00:00
Rob Ede
96a4dc9dec
use modern signatures for awc send_* and header methods (#2553) 2021-12-28 03:22:22 +00:00
Rob Ede
4616ca8ee6
rework Guard trait (#2552) 2021-12-28 02:37:13 +00:00
Rob Ede
36193b0a50
specify tokio dep to avoid RUSTSEC-2021-0124 warning 2021-12-27 18:54:10 +00:00
Rob Ede
76684a786e
update server dep to rc2 (#2550) 2021-12-27 18:45:31 +00:00
Rob Ede
2308f8afa4
use const header values where possible 2021-12-27 16:15:33 +00:00
Ali MJ Al-Nasrawy
554ae7a868
rework Handler trait (#2549) 2021-12-27 00:44:30 +00:00
Rob Ede
ac0c4eb684
update actix-tls references to stable 3.0.0 2021-12-26 21:24:03 +00:00
Rob Ede
2e493cf791
remove crate level clippy allows 2021-12-25 04:53:51 +00:00
Rob Ede
5860fe5381
expose Handler trait 2021-12-25 04:43:59 +00:00
Rob Ede
adf9935841
improve scope documentation
closes #2389
2021-12-25 03:44:09 +00:00
Mark Lodato
34e5c7c799
Improve module docs for error handler middleware (#2543) 2021-12-25 02:35:19 +00:00
Rob Ede
01cbfc5724
reduce -http re-exports in awc 2021-12-25 02:34:35 +00:00
Rob Ede
3756dfc2ce
move client to own module 2021-12-25 02:34:31 +00:00
Rob Ede
d2590fd46c
ClientRequest::send_body takes impl MessageBody (#2546) 2021-12-25 02:33:37 +00:00
Rob Ede
1296e07c48
relax unpin bounds on payload types (#2545) 2021-12-24 17:47:47 +00:00
Ali MJ Al-Nasrawy
7b1512d863
allow any body type in Scope (#2523) 2021-12-22 15:48:59 +00:00
Rob Ede
cd025f5c0b
allow any body type in Resource (#2526) 2021-12-22 15:00:32 +00:00
Rob Ede
1769812d0b
bump outdated deps 2021-12-22 08:43:38 +00:00
Rob Ede
324eba7e0b
tighten tokio version range to prevent RUSTSEC-2021-0124 2021-12-22 08:41:44 +00:00
Rob Ede
b3ac918d70
update itoa to v1 2021-12-22 08:34:48 +00:00
Rob Ede
de20d21703
use dash hyphenation in markdown 2021-12-22 08:21:30 +00:00
Rob Ede
212c6926f9
Revert "use dash hyphenation in changelogs"
This reverts commit 1ea619f2a1.
2021-12-22 08:18:44 +00:00
Rob Ede
1ea619f2a1
use dash hyphenation in changelogs 2021-12-22 08:17:35 +00:00
Rob Ede
40a0162074
add tests to scope and resource for returning from fns 2021-12-22 07:58:37 +00:00
Rob Ede
f8488aff1e
upstream changelog for v3.3.3 2021-12-22 07:20:53 +00:00
Rob Ede
64c2e5e1cd
remove crate level clippy lint 2021-12-22 07:16:07 +00:00