Interface HttpClient
- All Superinterfaces:
AutoCloseable,Closeable
Represents an HTTP client.
- Author:
- Holger Eichelberger, SSE
-
Method Summary
-
Method Details
-
execute
Executes the request.- Parameters:
request- the request- Returns:
- the response
- Throws:
IOException- if the request fails
-