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-11 00:00:25 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
4fc0641874fa73d34b64b89e715937498eaec0ee
axum
/
examples
/
customize-extractor-error
/
src
T
History
Weipeng Hong
and
GitHub
ef1448a3f5
Use
env!("CARGO_CRATE_NAME")
in the example to simplify the tracing setup code (
#2884
)
2024-08-24 08:36:08 +02:00
..
custom_extractor.rs
Remove
B
type param: Follow ups (
#1789
)
2023-04-21 17:45:31 +02:00
derive_from_request.rs
Add IntoResponse impl to customize-extractor-error example (
#2191
)
2023-09-11 12:12:03 +00:00
main.rs
Use
env!("CARGO_CRATE_NAME")
in the example to simplify the tracing setup code (
#2884
)
2024-08-24 08:36:08 +02:00
with_rejection.rs
Use
JsonRejection::{status, body_text}
in customize extractor error example (
#1790
)
2023-02-25 15:02:02 +01:00