Uses of Interface
io.helidon.common.http.Headers
-
Packages that use Headers Package Description io.helidon.webclient A reactive client for rest calls.io.helidon.webserver Reactive web server API. -
-
Uses of Headers in io.helidon.webclient
Subinterfaces of Headers in io.helidon.webclient Modifier and Type Interface Description interfaceWebClientRequestHeadersHeaders that can be modified (until request is sent) for outbound request.interfaceWebClientResponseHeadersHeaders that may be available on response from server.Methods in io.helidon.webclient with parameters of type Headers Modifier and Type Method Description WebClientRequestBuilderWebClientRequestBuilder. headers(Headers headers)Configure headers.Method parameters in io.helidon.webclient with type arguments of type Headers Modifier and Type Method Description WebClientRequestBuilderWebClientRequestBuilder. headers(Function<WebClientRequestHeaders,Headers> headers)Function from parameter is executed on top of stored headers. -
Uses of Headers in io.helidon.webserver
Subinterfaces of Headers in io.helidon.webserver Modifier and Type Interface Description interfaceRequestHeadersExtendsParametersinterface by adding HTTP request headers oriented convenient methods.interfaceResponseHeadersExtendsParametersinterface by adding HTTP response headers oriented constants and convenient methods.
-