Replies: 1 comment 5 replies
-
Sure! PRs are welcome! |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
https://github.com/tokio-rs/axum/blob/main/axum/src/json.rs#L93
Replace
http_body::Body
withaxum::body::HttpBody
. Then if I copy code from axum to implement my ownJson
or other similar things, I don't need to import http_body in Cargo.toml.Beta Was this translation helpful? Give feedback.
All reactions