HTTP Method: Query #2411
Answered
by
tomchristie
chelodegli
asked this question in
Ideas
-
Hi! I'm looking for a way to use the new HTTP Method "Query" with httpx. Couldn't find it in the docs, so I assume it has not been implemented. Am I right? Do you know if there is going to be support for it sometime in the future? Links: Thanks for reading! |
Beta Was this translation helpful? Give feedback.
Answered by
tomchristie
Oct 18, 2022
Replies: 1 comment 2 replies
-
Heya. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
tomchristie
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Heya.
You can use
httpx.request("QUERY", ...)
for theQUERY
method.