How can I use extractors to extract the following value? #2761
Unanswered
assembly-winston
asked this question in
Q&A
Replies: 1 comment 2 replies
-
To be clear, you're sending percent-encoded json in a form and want that to be passed, right? That's pretty specific and I don't think there's a way to extract that automatically with things that Axum provides, but you can write your own extractor doing the encoding. |
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.
-
Summary
Would the following string classify as a form?
I have the following struct I'd like to unpack it into:
axum version
0.7.5
Beta Was this translation helpful? Give feedback.
All reactions