Skip to content
New issue

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

Support different url modifiers #16

Open
sckott opened this issue Dec 23, 2016 · 1 comment
Open

Support different url modifiers #16

sckott opened this issue Dec 23, 2016 · 1 comment

Comments

@sckott
Copy link
Collaborator

sckott commented Dec 23, 2016

port, scheme, etc.

@sckott sckott added this to the v0.2 milestone Dec 23, 2016
@sckott sckott modified the milestones: v0.2, v0.3 Jan 2, 2017
@sckott sckott modified the milestones: v0.4, v0.3 Feb 17, 2017
@sckott
Copy link
Collaborator Author

sckott commented Oct 2, 2017

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

@sckott sckott removed this from the v0.4 milestone Oct 2, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant