- All Superinterfaces:
Http.HeaderValue
- Enclosing class:
Http
Mutable header value.
-
Method Summary
Modifier and TypeMethodDescriptionAdd a value to this header.static Http.HeaderValueWriteablecreate(Http.HeaderValue header) Create a new mutable header from an existing header.Methods inherited from interface io.helidon.common.http.Http.HeaderValue
allValues, allValues, changing, headerName, name, sensitive, value, value, valueBytes, valueCount, values, writeHttp1Header
-
Method Details
-
create
Create a new mutable header from an existing header.- Parameters:
header- header to copy- Returns:
- a new mutable header
-
addValue
Add a value to this header.- Parameters:
value- value to add- Returns:
- this instance
-