HeaderModifier
zio.http.internal.HeaderModifier
Maintains a list of operators that modify the current Headers. Once modified,
a new instance of the same type is returned. So or eg:
request.addHeader("A", "B")
should return a new Request
and similarly
headers.add("A", "B")
should return a new Headers
instance.
NOTE: Add methods here that modify the current headers and returns an instance of the same type.
Attributes
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Known subtypes
- Self type