Uses of Interface
io.helidon.common.http.Headers
-
Uses of Headers in io.helidon.common.http
Subinterfaces of Headers in io.helidon.common.httpModifier and TypeInterfaceDescriptioninterfaceMutable headers of a client request.interfaceHTTP Headers of a client response.interfaceHTTP headers of a server request.interfaceMutable headers of a server response.interfaceWritableHeaders<B extends WritableHeaders<B>>HTTP Headers that are mutable.Methods in io.helidon.common.http with parameters of type HeadersModifier and TypeMethodDescriptionstatic ClientRequestHeadersCreate client request headers from headers.static ClientResponseHeadersCreate a new instance from headers parsed from client response.static ServerRequestHeadersCreate a new instance from headers.static ServerResponseHeadersCreate a new instance of mutable server response headers.static WritableHeaders<?>Create a new instance of writable headers from existing headers.