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
HTTP.jl already defines queryparams in the URIs.jl namespace. See: https://github.com/JuliaWeb/HTTP.jl/pull/1012/files
queryparams
HTTP can just re-export this and then there will be no conflict if someone tries to import URIs themselves. Everything will be sorted out by dispatch.
We will need to change the HTTP.jl compat to 1.8. See https://github.com/JuliaWeb/HTTP.jl/blob/master/CHANGELOG.md#v180---2023-04-27
The text was updated successfully, but these errors were encountered:
ndortega
Successfully merging a pull request may close this issue.
HTTP.jl already defines
queryparams
in the URIs.jl namespace. See: https://github.com/JuliaWeb/HTTP.jl/pull/1012/filesHTTP can just re-export this and then there will be no conflict if someone tries to import URIs themselves. Everything will be sorted out by dispatch.
We will need to change the HTTP.jl compat to 1.8. See https://github.com/JuliaWeb/HTTP.jl/blob/master/CHANGELOG.md#v180---2023-04-27
The text was updated successfully, but these errors were encountered: