1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-03-02 23:23:39 +01:00
Commit Graph

608 Commits

Author SHA1 Message Date
Rob Ede
8621ae12f8
prepare actix-web release 4.0.0-beta.19 2022-01-04 15:35:08 +00:00
Rob Ede
0bc4ae9158
remove BodyEncoding trait () 2022-01-03 18:46:04 +00:00
Rob Ede
e890307091
Fix AcceptEncoding header () 2022-01-03 13:17:57 +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) () 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
11d50d792b
prepare actix-web release 4.0.0-beta.17 2021-12-29 07:07:51 +00:00
Rob Ede
2b2de29800
never return port in realip_remote_addr () 2021-12-28 14:52:43 +00:00
Rob Ede
4616ca8ee6
rework Guard trait () 2021-12-28 02:37:13 +00:00
Rob Ede
76684a786e
update server dep to rc2 () 2021-12-27 18:45:31 +00:00
Ali MJ Al-Nasrawy
7b1512d863
allow any body type in Scope () 2021-12-22 15:48:59 +00:00
Rob Ede
cd025f5c0b
allow any body type in Resource () 2021-12-22 15:00:32 +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 1ea619f2a1722206cddf4af0a43715fc8202a06e.
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
f8488aff1e
upstream changelog for v3.3.3 2021-12-22 07:20:53 +00:00
Rob Ede
0bd5ccc432
update changelog 2021-12-17 21:39:15 +00:00
Rob Ede
6c2c7b68e2
prepare actix-web release 4.0.0-beta.15 2021-12-17 20:59:01 +00:00
Rob Ede
156cc20ac8
refactor testing utils () 2021-12-15 01:44:51 +00:00
Rob Ede
dd4a372613
allow error handler middleware to return different body type () 2021-12-14 21:17:50 +00:00
Rob Ede
05255c7f7c
remove either crate conversions () 2021-12-14 19:57:18 +00:00
Rob Ede
11ee8ec3ab
align remaining header map terminology () 2021-12-13 16:08:08 +00:00
Rob Ede
cc37be9700
prepare actix-web release 4.0.0-beta.14 2021-12-11 00:30:12 +00:00
Ali MJ Al-Nasrawy
f9348d7129
add ServiceResponse::into_parts () 2021-12-09 14:57:27 +00:00
Rob Ede
7dc034f0fb
Remove extensions from head () 2021-12-08 22:58:50 +00:00
Rob Ede
d35b7644dc
add connection level data container () 2021-12-07 17:23:34 +00:00
fakeshadow
069cf2da07
enable scope middleware with generic res body. ()
Co-authored-by: Rob Ede <robjtede@icloud.com>
2021-12-07 16:26:28 +00:00
Ali MJ Al-Nasrawy
59be0c65c6
disallow query or fragements in url_for constructions ()
Co-authored-by: Rob Ede <robjtede@icloud.com>
2021-12-05 04:39:18 +00:00
Rob Ede
d89c706cd6
re-instate Range typed header ()
Co-authored-by: RideWindX <ridewindx@gmail.com>
2021-12-05 00:02:25 +00:00
Rob Ede
fa7f3e6908
undeprecate App::data_factory () 2021-12-04 19:41:15 +00:00
Rob Ede
c7c02ef99d
body ergonomics v3 () 2021-12-04 19:40:47 +00:00
Rob Ede
deece8d519
re-instate accept-encoding typed header () 2021-12-02 17:04:40 +00:00
Rob Ede
075d871e63
wrap LanguageTags type in new AnyOrSome type to support wildcards () 2021-12-02 13:59:25 +00:00
Rob Ede
e045418038
prepare for actix-tls rc.1 () 2021-11-30 14:12:04 +00:00
Rob Ede
5f5bd2184e
prepare actix-web release 4.0.0-beta.12 2021-11-22 18:20:55 +00:00
Rob Ede
d8cbb879dd
make AnyBody generic on Body type () 2021-11-16 21:41:35 +00:00
Rob Ede
e8a0e16863
run tarpaulin on workspace 2021-11-15 18:11:51 +00:00
Rob Ede
a2f59c02f7
bump actix-server to beta 9 () 2021-11-15 04:03:33 +00:00
Luca Palmieri
855e260fdb
Add html_utf8 content type. () 2021-10-26 09:24:38 +01:00
Rob Ede
4af414064b
prepare actix-multipart release 0.4.0-beta.7 2021-10-20 23:31:46 +01:00
Rob Ede
9abe166d52
actix-web beta 10 releases () 2021-10-20 22:32:05 +01:00
Rob Ede
4f6f0b0137
chore: Bump rustls to 0.20.0 ()
Co-authored-by: Kirill Mironov <vetrokm@gmail.com>
2021-10-20 02:00:11 +01:00
Rob Ede
ad22cc4e7f
bump msrv to 1.52.1 2021-10-19 01:59:28 +01:00
James Rhodes
99985fc4ec
web: implement into_inner for Data<T: ?Sized> () 2021-10-12 18:35:33 +01:00
Omid Rad
a6707fb7ee
Remove checked_expr () 2021-10-11 18:28:09 +01:00
Rob Ede
a3806cde19
fix changelog 2021-09-12 22:41:08 +01:00
Jake
efefa0d0ce
web: add option to not require content type header for Json ()
Co-authored-by: Rob Ede <robjtede@icloud.com>
2021-09-11 17:27:50 +01:00
Rob Ede
450ff5fa1d
improve extract docs () 2021-09-11 16:48:47 +01:00
Arniu Tseng
8ae278cb68
Remove FromRequest::Config ()
Co-authored-by: Jonas Platte <jplatte@users.noreply.github.com>
Co-authored-by: Igor Aleksanov <popzxc@yandex.ru>
Co-authored-by: Rob Ede <robjtede@icloud.com>
2021-09-11 01:11:16 +01:00