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

Add proxy authentication. #1

Closed
todo bot opened this issue Jul 26, 2019 · 0 comments · Fixed by #6
Closed

Add proxy authentication. #1

todo bot opened this issue Jul 26, 2019 · 0 comments · Fixed by #6
Assignees

Comments

@todo
Copy link

todo bot commented Jul 26, 2019

// TODO: Add proxy authentication.
return HttpClient.newBuilder()
.version(HttpClient.Version.HTTP_2)
.followRedirects(HttpClient.Redirect.ALWAYS)
.proxy(ProxySelector.of(new InetSocketAddress(proxyIp.get(), proxyPort.get())))
.build();


This issue was generated by todo based on a TODO comment in 1309a49. It's been assigned to @aensley because they committed the code.
@todo todo bot assigned aensley Jul 26, 2019
@todo todo bot added the todo 🗒️ label Jul 26, 2019
@aensley aensley added the enhancement New feature or request label Jul 26, 2019
aensley added a commit that referenced this issue Jul 30, 2019
@ghost ghost added the Pending PR label Jul 30, 2019
aensley added a commit that referenced this issue Jul 31, 2019
* Add Google Checkstyle standard
* Add LGTM badge
* Adjust checkstyle badge
* Add log statements
* Add Code Climate badges
* Add Funding button

Fixes #5
Fixes #1
@ghost ghost removed Pending PR enhancement New feature or request todo 🗒️ labels Jul 31, 2019
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

Successfully merging a pull request may close this issue.

1 participant