Module io.helidon.webclient
Package io.helidon.webclient
package io.helidon.webclient
A reactive client for rest calls.
Start with
WebClient.create()
.- See Also:
-
ClassDescriptionDNS resolver type.Deprecated, for removal: This API element is subject to removal in a future version.A definition of a proxy server to use for outgoing requests.Fluent API builder for
Proxy
.Type of the proxy.Base client which is used to perform requests.Fluent API builder forWebClient
.An exception that caused this client request to fail.Fluent API builder that is used byWebClient
to create an outgoing request.Request to a server.Headers that can be modified (until request is sent) for outbound request.Response from a server that was created for our request.Headers that may be available on response from server.Request to SPIWebClientService
that supports modification of the outgoing request.Response which is created upon receiving of server response.Configuration of TLS requests.Fluent API builder forWebClientTls
instance.
IoMulti.writeToFile(java.nio.file.Path)
instead