This repository has been archived by the owner on Aug 15, 2024. It is now read-only.
use java.net.http.HttpRequest
& java.net.http.HttpResponse
instead of own structs
#17
Labels
enhancement
New feature or request
Currently, we have our own structure to represent requests and response. Using standard classes helps users to get a hold of the library. The target would be to closely match the API exposed by
java.net.http.HttpClient
.The text was updated successfully, but these errors were encountered: