Module io.helidon.webclient
Package io.helidon.webclient
A reactive client for rest calls.
Start with
WebClient.create().- See Also:
WebClient
-
Interface Summary Interface Description Proxy A definition of a proxy server to use for outgoing requests.WebClient Base client which is used to perform requests.WebClientRequestBuilder Fluent API builder that is used byWebClientto create an outgoing request.WebClientRequestBuilder.ClientRequest Request to a server.WebClientRequestHeaders Headers that can be modified (until request is sent) for outbound request.WebClientResponse Response from a server that was created for our request.WebClientResponseHeaders Headers that may be available on response from server.WebClientServiceRequest Request to SPIWebClientServicethat supports modification of the outgoing request.WebClientServiceResponse Response which is created upon receiving of server response. -
Class Summary Class Description FileSubscriber Deprecated. This will most likely be removed when multipart is implemented.Proxy.Builder Fluent API builder forProxy.Ssl Configuration of SSL requests.Ssl.Builder Fluent API builder forSslinstance.WebClient.Builder -
Enum Summary Enum Description Proxy.ProxyType -
Exception Summary Exception Description WebClientException An exception that caused this client request to fail.