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
-
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