Uses of Interface
io.helidon.common.http.HttpRequest
-
Packages that use HttpRequest Package Description io.helidon.webclient A reactive client for rest calls.io.helidon.webserver Reactive web server API. -
-
Uses of HttpRequest in io.helidon.webclient
Subinterfaces of HttpRequest in io.helidon.webclient Modifier and Type Interface Description static interface
WebClientRequestBuilder.ClientRequest
Request to a server.interface
WebClientServiceRequest
Request to SPIWebClientService
that supports modification of the outgoing request. -
Uses of HttpRequest in io.helidon.webserver
Subinterfaces of HttpRequest in io.helidon.webserver Modifier and Type Interface Description interface
ServerRequest
Represents HTTP Request and provides WebServer related API.
-