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
Hi! I have the following code example.
c.SetBaseURL("https://example.com/prefix") r.SetPathParam("first", "1"). SetPathParam("second", "2") r.Get("{first}/{second}")
And after the release v2.10.0-rc.1 this example started failing. The debug logs show the following
GET /prefix/%7Bfirst%7D/%7Bsecond%7D HOST : example.com
I wrote the test and corrected the code, the PR is attached.
The text was updated successfully, but these errors were encountered:
fix: encode path params with BaseURL and the first param at index zero (
94e70d3
#781) (#782)
sakateka
Successfully merging a pull request may close this issue.
Hi!
I have the following code example.
And after the release v2.10.0-rc.1 this example started failing.
The debug logs show the following
I wrote the test and corrected the code, the PR is attached.
The text was updated successfully, but these errors were encountered: