Uses of Interface
io.helidon.common.http.Headers
Packages that use Headers
Package
Description
Common classes for accessing JSON based REST APIs of third party systems.
Helidon Media MultiPart.
A reactive client for rest calls.
Reactive web server API.
-
Uses of Headers in io.helidon.integrations.common.rest
Methods in io.helidon.integrations.common.rest that return HeadersModifier and TypeMethodDescriptionApiResponse.Builder.headers()Received HTTP headers.ApiResponse.headers()HTTP headers returned in the response.ApiRestException.headers()Response HTTP headers.Methods in io.helidon.integrations.common.rest with parameters of type HeadersModifier and TypeMethodDescriptionConfigure the HTTP headers returned by the API call.HTTP headers configured byRestApi.Configure the HTTP headers returned by the API call. -
Uses of Headers in io.helidon.media.multipart
Subinterfaces of Headers in io.helidon.media.multipartClasses in io.helidon.media.multipart that implement HeadersModifier and TypeClassDescriptionfinal classReadable body part headers.final classWriteable body part headers. -
Uses of Headers in io.helidon.webclient
Subinterfaces of Headers in io.helidon.webclientModifier and TypeInterfaceDescriptioninterfaceHeaders that can be modified (until request is sent) for outbound request.interfaceHeaders that may be available on response from server.Methods in io.helidon.webclient with parameters of type HeadersModifier and TypeMethodDescriptionConfigure headers.Method parameters in io.helidon.webclient with type arguments of type HeadersModifier and TypeMethodDescriptionWebClientRequestBuilder.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.webserverModifier and TypeInterfaceDescriptioninterfaceExtendsParametersinterface by adding HTTP request headers oriented convenient methods.interfaceExtendsParametersinterface by adding HTTP response headers oriented constants and convenient methods.