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

Replace dependency on Java's HttpClient by http4s client #203

Open
labra opened this issue Mar 14, 2021 · 0 comments
Open

Replace dependency on Java's HttpClient by http4s client #203

labra opened this issue Mar 14, 2021 · 0 comments

Comments

@labra
Copy link
Member

labra commented Mar 14, 2021

I would prefer not to depend on Java's httpClient which depends itself on Java 1.11 and replace it by http4s client.
We used httpClient from java.net.http because it was handy and it allowed us to follow redirects. However, http4s Client also has middleware that supports redirects.

The code to change is in Deref.scala

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