Uses of Interface
io.helidon.common.http.ServerRequestHeaders
-
Uses of ServerRequestHeaders in io.helidon.common.http
Subinterfaces of ServerRequestHeaders in io.helidon.common.httpModifier and TypeInterfaceDescriptioninterfaceMutable headers of a client request.Methods in io.helidon.common.http that return ServerRequestHeadersModifier and TypeMethodDescriptionstatic ServerRequestHeadersServerRequestHeaders.create()Create new empty server request headers.static ServerRequestHeadersCreate a new instance from headers.DirectHandler.TransportRequest.headers()Headers, if found in request.Methods in io.helidon.common.http with parameters of type ServerRequestHeadersModifier and TypeMethodDescriptionRequestedUriDiscoveryContext.uriInfo(String remoteAddress, String localAddress, String requestPath, ServerRequestHeaders headers, UriQuery query, boolean isSecure) Creates aUriInfoobject for a request based on the discovery settings in theRequestedUriDiscoveryContextand the specified request-related information.