CacheDirectiveParser

com.typesafe.play.cachecontrol.CacheDirectiveParser

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

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

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

object CacheControlParser extends Parsers

Attributes

Supertypes
trait Parsers
class Object
trait Matchable
class Any
Self type

Value members

Concrete methods

def fieldNames(v: String): List[String]
def parse(headers: Seq[String]): Seq[CacheDirective]
def parse(header: String): Seq[CacheDirective]