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
port, scheme, etc.
The text was updated successfully, but these errors were encountered:
right now like
HttpClient$new(url = "https://httpbin.org")$get(path = "get")
possibly allow different way to set these:
HttpClient$new(scheme = "https", base = "httpbin.org", port = 8983)$get(path = "get")
but seems faraday and requests both don't do this fine grain url setting other than for proxies, so maybe not, leave open for now
faraday
requests
Sorry, something went wrong.
No branches or pull requests
port, scheme, etc.
The text was updated successfully, but these errors were encountered: