Commit graph

1393 commits

Author SHA1 Message Date
Max
edfb1cece3
Clarify documentation about route_layer (#2154) 2023-08-08 11:40:38 +00:00
David Pedersen
54e203cd51
Clearly document applying DefaultBodyLimit to individual routes (#2157) 2023-08-08 09:57:55 +00:00
Jonas Platte
4120195c53 Check for typos in CI 2023-08-08 11:27:45 +02:00
Jonas Platte
34d1fbc052 Fix typos found by crate-ci/typos 2023-08-08 11:27:45 +02:00
Jonas Platte
ff3884aa41 Silence error from enabling nightly_error_messages 2023-08-08 11:27:45 +02:00
Igor Shevchenko
8e033e7f88
Fix typos in examples/diesel-postgres/src/main.rs (#2159) 2023-08-08 08:13:13 +00:00
Igor Shevchenko
9dbfdbb4df
Fix typo in prometheus-metrics/src/main.rs (#2160) 2023-08-08 08:11:01 +00:00
David Pedersen
e8cf5f4f0e Mention tokio-stream in SSE example 2023-08-06 20:45:35 +02:00
David Pedersen
cc611b8b24
Implement IntoResponse for (R,) where R: IntoResponse (#2143) 2023-08-03 18:15:06 +00:00
Jonas Platte
432289dd04
Replace :emoji: codes with the actual emoji (#2144) 2023-08-03 08:23:18 +00:00
Jonas Platte
8af38763a5
Implement Clone for ErasedJson (#2142) 2023-08-02 19:35:04 +00:00
David Pedersen
2138489ce5
Implement Handler for T: IntoResponse (#2140) 2023-08-02 21:17:12 +02:00
Kristopher Wuollett
e4865e17fa
Add empty path capture docs and tests (#2127) 2023-08-02 20:57:15 +02:00
David Pedersen
5b89f1dfaa
Add example showing how to proxy reqwest::Response (#2138) 2023-08-02 08:15:47 +00:00
David Pedersen
6416a4784b
axum-extra: Remove unused tower-http dependency (#2137) 2023-08-02 07:50:44 +00:00
Alex Butler
a6a849bb5b
Update tokio-tungstenite 0.20 (#2116)
Co-authored-by: Jonas Platte <jplatte+git@posteo.de>
2023-08-02 09:38:56 +02:00
Ikko Eltociear Ashimine
025144be7e
Fix typo in typed_header.rs (#2133) 2023-07-31 15:27:20 +00:00
Adrian Jerome Wright
e5b0852bdb
Update main.rs - Correct method in comments (#2132) 2023-07-30 07:48:07 +00:00
tuhana
64c566cd1c
Fix typo on customize-extractor-error example (#2124) 2023-07-27 14:03:10 +00:00
David Pedersen
f9ea40bb44
Don't depend on axum-macros in examples (#2122) 2023-07-26 20:21:39 +02:00
kinrany
0151aeea54
docs: delete MatchedPath nesting section (#2121) 2023-07-26 16:05:42 +00:00
David Pedersen
5567d665d7
Fix typo (#2118) 2023-07-25 21:52:08 +02:00
Raphael Nestler
b20e66e79a
Remove unnecessary allow(dead_code) from testing example (#2117) 2023-07-25 17:30:19 +00:00
二手掉包工程师
7093cee0ac
Remove useless use prefix (#2106)
Signed-off-by: hi-rustin <rustin.liu@gmail.com>
2023-07-19 09:34:29 +02:00
二手掉包工程师
d42b5f70cc
Remove useless #[allow(warnings)] (#2100)
Signed-off-by: hi-rustin <rustin.liu@gmail.com>
2023-07-16 16:16:31 +02:00
David Pedersen
bb22802bfc
Update to latest sqlx in example (#2099) 2023-07-16 13:49:53 +02:00
David Pedersen
4290955cf0 Add missing changes to changelog 2023-07-16 12:54:53 +02:00
David Pedersen
a0db77a900
Fix bugs around merging routers with nested fallbacks (#2096) 2023-07-16 10:06:58 +00:00
David Pedersen
6f7ff85565
Fix example for accessing inner extrator errors (#2095) 2023-07-16 01:40:31 +02:00
David Pedersen
b34715fe81
Update to hyper 1.0.0-rc.4 (#2094) 2023-07-15 15:38:38 +00:00
Christian Stefanescu
5d96ca9fcd
Add randoku to project showcase (#2092)
Co-authored-by: David Pedersen <david.pdrsn@gmail.com>
2023-07-14 23:03:20 +00:00
二手掉包工程师
5503b3236b
Fix CI (#2086)
- Use exactly version 1.0.0-rc.3 of hyper
- Update expected output of UI tests
- Fix clippy lints

Signed-off-by: hi-rustin <rustin.liu@gmail.com>
2023-07-13 16:53:22 +02:00
z-o-n-n-e
bc8e879d7b
Fix typo in docs (#2080) 2023-07-09 22:00:01 +02:00
Rodrigo Santiago
b80d126137
Remove bitflags crate dependency (#2073)
Co-authored-by: David Pedersen <david.pdrsn@gmail.com>
2023-07-05 20:08:11 +00:00
Rodrigo Santiago
8cb11e7f94
Remove unwraps via '?' with anyhow crate for example-oauth (#2069) 2023-07-04 19:48:58 +00:00
jachii
0ed02a9a46
Add axum::extract::Query::try_from_uri (#2058)
Co-authored-by: David Pedersen <david.pdrsn@gmail.com>
2023-07-03 07:35:59 +00:00
David Pedersen
cc9629fe88 Fix some typos in the docs 2023-07-03 09:23:37 +02:00
David Pedersen
f4accdc95d Remove unwrap from example-stream-to-file 2023-07-01 23:12:23 +02:00
David Pedersen
99e8828df5 Remove unwrap from example-reverse-proxy 2023-07-01 23:12:23 +02:00
David Pedersen
b1b0e45683 Remove sessions example
There are better libraries these days for doing sessions with axum. So
think this example was just causing more confusion than helping.
2023-07-01 23:12:20 +02:00
Alexander van Ratingen
adb387a370
Implement IntoResponse for boxed slices (#2035) 2023-06-26 11:14:28 +00:00
Alexey Timin
466cfcddf7
Add ReductStore to show cases (#1999) 2023-06-23 00:06:53 +02:00
Alex Butler
26daec2b17
Update tokio-tungstenite to 0.19 (#2021)
Co-authored-by: David Pedersen <david.pdrsn@gmail.com>
2023-06-23 00:03:30 +02:00
Wowkster
8016e7890c
docs: add note about large file multipart uploads (#2025)
Co-authored-by: David Pedersen <david.pdrsn@gmail.com>
2023-06-22 23:59:39 +02:00
Alexander Jackson
68696b09b1
Allow unreachable code in #[debug_handler] (#2014)
Co-authored-by: David Pedersen <david.pdrsn@gmail.com>
2023-06-22 21:51:52 +00:00
Asger Hautop Drewsen
40da647620
docs: Remove explicit auto deref from PrivateCookieJar example (#2028)
Co-authored-by: David Pedersen <david.pdrsn@gmail.com>
2023-06-22 21:50:45 +00:00
Sabrina Jewson
3c514ab0b4
Fix .source() of composite rejections (#2030)
Co-authored-by: David Pedersen <david.pdrsn@gmail.com>
2023-06-22 23:46:39 +02:00
Vitaly Shukela
8dae97a5e8
docs: Add links to more examples of Result-returning handlers. (#2049)
Co-authored-by: David Pedersen <david.pdrsn@gmail.com>
2023-06-22 23:41:13 +02:00
mohad12211
652d65aabc
docs: update router::route multiple methods docs (#2051)
Co-authored-by: David Pedersen <david.pdrsn@gmail.com>
2023-06-22 21:36:37 +00:00
Cyril Marpaud
c26dcd90b3
Fix a typo in axum::middleware (#2056)
Co-authored-by: David Pedersen <david.pdrsn@gmail.com>
2023-06-22 21:34:38 +00:00