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.interfaceHeadersWritable<B extends HeadersWritable<B>>HTTP Headers that are mutable.Methods in io.helidon.common.http with parameters of type HeadersModifier and TypeMethodDescriptionstatic HeadersClientRequestCreate client request headers from headers.static HeadersClientResponseCreate a new instance from headers parsed from client response.static HeadersServerRequestCreate a new instance from headers.static HeadersServerResponseCreate a new instance of mutable server response headers.static HeadersWritable<?>Create a new instance of writable headers from existing headers.