open class HttpResponse<T : Any>
An HTTP response. The usual HTTP response attributes are available:
The body of the response is returned by Keep in mind that using this |
|
open class WebClient
An asynchronous HTTP / HTTP/2 client called The web client makes easy to do HTTP request/response interactions with a web server, and provides advanced features like:
The web client does not deprecate the , it is actually based on it and therefore inherits its configuration and great features like pooling. The |