Replies: 1 comment 2 replies
-
Our own |
Beta Was this translation helpful? Give feedback.
2 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.
-
Hi,
In my quest to reuse existing body extractors such as
Bytes
andJson
, I'd like to avoid consuming all the request extensions and retrieve only the ones axum need to actually do the extraction. In the following case I'd like to get and clone theDefaultBodyLimitKind
extension for example, but it's private to the crate. Would you consider making it public ? Or do you have any alternative option to suggest ?Thanks!
Beta Was this translation helpful? Give feedback.
All reactions