case object NoTransform extends CacheDirective with Product with Serializable

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

Source
CacheDirectives.scala
Linear Supertypes
Serializable, Product, Equals, CacheDirective, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NoTransform
  2. Serializable
  3. Product
  4. Equals
  5. CacheDirective
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def productElementName(n: Int): String
    Definition Classes
    Product
  2. def productElementNames: Iterator[String]
    Definition Classes
    Product
  3. def toString(): String
    Definition Classes
    NoTransform → AnyRef → Any