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
Firstly, great package! Thanks for making this.
It seems that it's not possible to create a GET request, with parameters such as "http://localhost/file?tags=a&tags=b" since Params is a map.
See here:
ro := &RequestOptions{ Params: map[string]string{"Hello": "Goodbye"}, } Get("http://httpbin.org/get?Hello=World", ro)
would you accept a pull request to fix this?
Thanks, Greg
The text was updated successfully, but these errors were encountered:
Sure -- I have been meaning to change this API
Sorry, something went wrong.
post same param name is not work ,like post htt://a.com body a[]=1 a[]=2 please help me
No branches or pull requests
Firstly, great package! Thanks for making this.
It seems that it's not possible to create a GET request, with parameters such as "http://localhost/file?tags=a&tags=b" since Params is a map.
See here:
would you accept a pull request to fix this?
Thanks,
Greg
The text was updated successfully, but these errors were encountered: