o

org.playframework.cachecontrol

CacheDirectiveParser

object CacheDirectiveParser

The parser for cache directives specified in the "Cache-Control" HTTP header.

https://tools.ietf.org/html/rfc7234#section-5.2

Source
CacheDirectiveParser.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CacheDirectiveParser
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def fieldNames(v: String): List[String]
  2. def parse(header: String): Seq[CacheDirective]
  3. def parse(headers: Seq[String]): Seq[CacheDirective]
  4. object CacheControlParser extends Parsers