Adding very basic query parameter example #300
-
I found query parameter is used in some examples (todos and oauth). But those examples don't focus how to handle query parameter (how to use axum::extract::Query), but their respective theme. I think providing very basic query parameter example (like form example for showing how to handle form) might be useful as introduction. What do you think about it? |
Beta Was this translation helpful? Give feedback.
Answered by
davidpdrsn
Sep 1, 2021
Replies: 1 comment 1 reply
-
I don't understand what you mean. The example here shows how to use |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
davidpdrsn
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I don't understand what you mean. The example here shows how to use
Query
https://docs.rs/axum/0.2.3/axum/extract/struct.Query.html. What do you feel you're missing?