Uses of Interface
io.helidon.webclient.api.HttpClient
Packages that use HttpClient
Package
Description
Helidon WebClient APIs shared by all types of clients.
Helidon WebClient HTTP/1.1 Support.
Helidon WebClient HTTP/2 Support.
Helidon WebServer Testing JUnit5 Support.
-
Uses of HttpClient in io.helidon.webclient.api
Subinterfaces of HttpClient in io.helidon.webclient.api -
Uses of HttpClient in io.helidon.webclient.http1
Subinterfaces of HttpClient in io.helidon.webclient.http1 -
Uses of HttpClient in io.helidon.webclient.http2
Subinterfaces of HttpClient in io.helidon.webclient.http2Classes in io.helidon.webclient.http2 that implement HttpClient -
Uses of HttpClient in io.helidon.webserver.testing.junit5
Classes in io.helidon.webserver.testing.junit5 that implement HttpClientModifier and TypeClassDescriptionclass
Unit testing client that bypasses HTTP transport and directly invokes router.class
Unit testing client that bypasses HTTP transport and directly invokes router.