max-stale

akka.http.scaladsl.model.headers.CacheDirectives.max-stale
final case class max-stale(deltaSeconds: Option[Long]) extends RequestDirective

For a fuller description of the use case, see http://tools.ietf.org/html/rfc7234#section-5.2.1.2

Attributes

Source
CacheDirective.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait CacheDirective
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def render[R <: Rendering](r: R): R

Attributes

Source
CacheDirective.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
ToStringRenderable -> Any
Inherited from:
ToStringRenderable (hidden)
Source
Rendering.scala
def value: String

Attributes

Inherited from:
ValueRenderable (hidden)
Source
Rendering.scala