We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Request
url.Values
Refer to #166 (comment)
The text was updated successfully, but these errors were encountered:
I have analyzed, it seems there are methods already exists in Resty to accept url.values for Query Parameters and Form Data.
url.values
So I will do following changes, for easy understanding:
SetMultiValueQueryParams
SetQueryParamsFromValues
SetMultiValueFormData
SetFormDataFromValues
Sorry, something went wrong.
#213 refactored the method name for easy understanding
19e1822
It's done 😄
This should be labeled as a breaking change.
jeevatkm
No branches or pull requests
Refer to #166 (comment)
The text was updated successfully, but these errors were encountered: