You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: