case object NoTransform extends CacheDirective with Product with Serializable
Ordering
- Alphabetic
- By Inheritance
Inherited
- NoTransform
- Serializable
- Product
- Equals
- CacheDirective
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- def productElementName(n: Int): String
- Definition Classes
- Product
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def toString(): String
- Definition Classes
- NoTransform → AnyRef → Any
The "no-transform" request directive indicates that an intermediary (whether or not it implements a cache) MUST NOT transform the payload, as defined in Section 5.7.2 of [RFC7230].
// https://tools.ietf.org/html/rfc7234#section-5.2.1.6
The "no-transform" response directive indicates that an intermediary (regardless of whether it implements a cache) MUST NOT transform the payload, as defined in Section 5.7.2 of [RFC7230].
// https://tools.ietf.org/html/rfc7234#section-5.2.2.4