requests-scala icon indicating copy to clipboard operation
requests-scala copied to clipboard

Replace `java.net.HTTPUrlConnection` with `java.net.http.HttpClient`

Open lihaoyi opened this issue 1 year ago • 0 comments

This would fix https://github.com/com-lihaoyi/requests-scala/issues/123, and put us in a better state going forward.

HttpClient was standardized on Java 11, which is probably old enough we can rely on it already

lihaoyi avatar Jan 24 '24 09:01 lihaoyi