zio.http.internal
Members list
Type members
Classlikes
Attributes
- Companion:
- trait
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Self type
- BodyEncoding.type
Attributes
- Companion:
- object
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Known subtypes
- object Insensitive.typeobject Sensitive.type
Maintains a list of operators that checks if the Headers meet the give constraints.
Maintains a list of operators that checks if the Headers meet the give constraints.
Attributes
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Self type
- HeaderOps[A] & A
Maintains a list of operators that parse and extract data from the headers.
Maintains a list of operators that parse and extract data from the headers.
NOTE: Add methods here if it performs some kind of processing on the header and returns the result.
Attributes
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Self type
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.
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