Uses of Interface
io.helidon.nima.webclient.ClientRequest
Packages that use ClientRequest
Package
Description
HTTP/2 WebClient.
WebClient APIs shared by all types of clients.
HTTP/1.1 WebClient.
-
Uses of ClientRequest in io.helidon.nima.http2.webclient
Subinterfaces of ClientRequest in io.helidon.nima.http2.webclient -
Uses of ClientRequest in io.helidon.nima.webclient
Classes in io.helidon.nima.webclient with type parameters of type ClientRequestModifier and TypeInterfaceDescriptioninterfaceClientRequest<B extends ClientRequest<B,R>, R extends ClientResponse> Request can be reused within a single thread, but it remembers all explicitly configured headers and URI.interfaceHttpClient<REQ extends ClientRequest<REQ,RES>, RES extends ClientResponse> HTTP client. -
Uses of ClientRequest in io.helidon.nima.webclient.http1
Subinterfaces of ClientRequest in io.helidon.nima.webclient.http1