package internal
- Alphabetic
- Public
- Protected
Package Members
- package middlewares
Type Members
- trait BodyEncoding extends AnyRef
- sealed trait CaseMode extends AnyRef
- trait HeaderChecks[+A] extends AnyRef
Maintains a list of operators that checks if the Headers meet the give constraints.
- trait HeaderGetters extends AnyRef
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.
- trait HeaderModifier[+A] extends AnyRef
Maintains a list of operators that modify the current Headers.
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 newRequestand similarlyheaders.add("A", "B")should return a newHeadersinstance.NOTE: Add methods here that modify the current headers and returns an instance of the same type.
Value Members
- object BodyEncoding
- object CaseMode