Commit graph

1111 commits

Author SHA1 Message Date
David Pedersen
9594e5a2a9 format 2023-03-24 15:39:38 +01:00
David Pedersen
aa6fe6d91c tower-http's compression middleware which haven't been upgraded yet 2023-03-24 15:36:56 +01:00
David Pedersen
69a413c010 don't need this import 2023-03-24 15:36:49 +01:00
David Pedersen
7dece69cc6 handle additional error wrapping 2023-03-24 15:36:36 +01:00
David Pedersen
91bebd8da9 more cfgs 2023-03-24 15:31:52 +01:00
David Pedersen
b1e9930eb6 serve also requires hyper/http1 2023-03-24 15:25:29 +01:00
David Pedersen
f1c0b118ea remove Limited from public API 2023-03-24 15:19:17 +01:00
David Pedersen
1fd6dbb4e6 fix docs 2023-03-24 15:15:21 +01:00
David Pedersen
11a543a409 use tower-http patch 2023-03-24 15:11:30 +01:00
David Pedersen
c73b6a9969 Update to hyper 1.0-rc.3 and http-body-util 0.1.0-rc.2 2023-03-23 23:23:39 +01:00
David Pedersen
44bb38dfa2 update deps 2023-03-23 22:38:37 +01:00
David Pedersen
49183e404e Remove IntoResponse for http-body types (#1877) 2023-03-23 20:25:38 +01:00
David Pedersen
d153719bef Add serve function and remove Server re-export (#1868) 2023-03-23 20:25:36 +01:00
David Pedersen
2ae0cdf7cf Remove B type param: Follow ups (#1789)
Co-authored-by: Jonas Platte <jplatte+git@posteo.de>
Co-authored-by: Michael Scofield <mscofield0@tutanota.com>
2023-03-23 20:24:58 +01:00
David Pedersen
0d50d17304 Add Body::from_stream (#1848) 2023-03-23 20:23:34 +01:00
David Pedersen
a4b7d3843c Remove B type param (#1751)
Co-authored-by: Jonas Platte <jplatte+git@posteo.de>
Co-authored-by: Michael Scofield <mscofield0@tutanota.com>
2023-03-23 20:22:35 +01:00
Michael Scofield
f902f7470f Fix typo in extract::ws (#1664)
Co-authored-by: David Pedersen <david.pdrsn@gmail.com>
2023-03-23 20:21:21 +01:00
David Pedersen
280efc418d Change sse::Event::json_data to use axum_core::Error as its error type (#1762) 2023-03-23 20:21:21 +01:00
David Pedersen
8238ca72dd Add axum_core::body::Body (#1584) 2023-03-23 20:21:21 +01:00
David Pedersen
807aa59fbb Start working on v0.7.0 2023-03-23 20:21:21 +01:00
Jonas Platte
eec4195eac
Fix broken links in the documentation (#1878) 2023-03-23 14:55:56 +00:00
Roman Zaynetdinov
4a02ab3ed8
Use State extractor in WS module docs (#1880) 2023-03-23 13:24:02 +01:00
Andrew Morgan
b314cd9bc2
Fix a small grammatical error in the Extract docs (#1876) 2023-03-22 17:34:12 +00:00
David Pedersen
4dd062e8ed Add missing changelog link 2023-03-22 15:26:17 +01:00
David Pedersen
562fa206f0
Release axum, axum-extra, axum-macros (#1875) 2023-03-22 15:22:47 +01:00
David Pedersen
cfb5df7050
Give better error if generics are used with #[derive(FromRef)] (#1874) 2023-03-22 14:48:27 +01:00
David Pedersen
3fb67bf79d Update changelog 2023-03-22 14:35:06 +01:00
David Pedersen
a0af61ea46
More clearly document what wildcards matches (#1873) 2023-03-22 10:48:23 +00:00
Jonas Platte
2600c22703
Make tracing-aka-logging example more realistic (#1869) 2023-03-21 11:17:31 +01:00
David Pedersen
03e8bc77f1
Implement IntoResponse for MultipartError (#1861) 2023-03-21 08:24:06 +00:00
David Pedersen
8e1eb8979f
Update to syn 2 (#1862) 2023-03-18 19:23:27 +00:00
Vladimir
b315e5b37e
Update ECOSYSTEM.md (#1857) 2023-03-15 18:14:46 +01:00
Fredrik Enestad
eb49ea4bc1
Fix typo in extractors docs (#1852) 2023-03-14 17:14:26 +00:00
Andrew Wheeler(Genusis)
6377dbebc0
Update axum ecosystem (#1845) 2023-03-13 16:44:33 +01:00
David Pedersen
1133425d6b
Release axum, axum-macros, and axum-extra (#1843) 2023-03-13 11:00:13 +01:00
David Pedersen
fe9c4a0b5b
Clone state a bit less (#1837) 2023-03-12 14:43:22 +00:00
Jonas Platte
f65fa22f34
Improve tower-http doc links (#1842) 2023-03-12 11:15:58 +01:00
tottoto
5793e75aac
Change tower-http to optional (#1838) 2023-03-10 17:23:50 +01:00
David Pedersen
5c11c5c44d Print prev_route_id in impl Debug for Router 2023-03-10 12:30:08 +01:00
David Pedersen
e56e1b3e69
Don't require S: Debug for impl Debug for Router<S> (#1836) 2023-03-10 11:14:40 +00:00
Jonas Platte
dc480f7b0e
Re-integrate examples into the root workspace (#1466)
Co-authored-by: David Pedersen <david.pdrsn@gmail.com>
2023-03-10 12:02:11 +01:00
Firstyear
e7eda0e416
Add low level OpenSSL example (#1828)
Co-authored-by: David Pedersen <david.pdrsn@gmail.com>
2023-03-10 08:51:45 +00:00
Moises-Herradon-Cueto
2c1dde7c07
Fix static-file-server example instructions (#1832)
Co-authored-by: MoisesPotato <28111500+MoisesPotato@users.noreply.github.com>
2023-03-10 09:51:22 +01:00
Jonas Platte
a26ddd1063
Improve debug_handler message for generic request-consuming extractors (#1826)
Co-authored-by: David Pedersen <david.pdrsn@gmail.com>
2023-03-10 08:51:03 +00:00
A-Walrus
1327a598ce
Hide debug_handler generated functions from docs (#1825) 2023-03-07 10:20:50 +00:00
Lorenzo Murarotto
132103b6c1
docs: add axum_typed_multipart to ECOSYSTEM.md (#1820) 2023-03-06 23:34:55 +01:00
Lopez Benjamin
b927b1ea6a
Add some of scotow's projects (#1816) 2023-03-05 18:19:34 +01:00
Alex Butler
f9f64a3ecd
Unpin itoa dependency (#1815) 2023-03-05 14:28:10 +01:00
cduvray
fd974cfa13
docs: Add jwt-authorizer to ECOSYSTEM.md (#1813) 2023-03-04 16:32:27 +01:00
David Pedersen
bc3c35ea5a
Release all the crates (#1812) 2023-03-03 18:16:24 +01:00