This website requires JavaScript.
Explore
Help
Sign In
tokio-rs
/
axum
Watch
1
Star
0
Fork
0
mirror of
https://github.com/tokio-rs/axum.git
synced
2026-08-19 00:00:14 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
jplatte/serve-breaking-changes
axum
/
examples
/
customize-extractor-error
/
src
T
Add File
New File
Upload File
Apply Patch
Copy Permalink
Download directory as ZIP
Download directory as TAR.GZ
History
Jonas Platte
a697d5badd
Remove io::Result from serve output type
2025-04-26 22:56:40 +02:00
..
custom_extractor.rs
Replace async_trait with AFIT / RPITIT (
#2308
)
2024-09-28 21:27:11 +00:00
derive_from_request.rs
Add IntoResponse impl to customize-extractor-error example (
#2191
)
2023-09-11 12:12:03 +00:00
main.rs
Remove io::Result from serve output type
2025-04-26 22:56:40 +02:00
with_rejection.rs
Use
JsonRejection::{status, body_text}
in customize extractor error example (
#1790
)
2023-02-25 15:02:02 +01:00