CacheDirective

scamper.http.types.CacheDirective
See theCacheDirective companion trait

Provides factory for CacheDirective.

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def apply(name: String, value: Option[String]): CacheDirective

Creates directive with supplied name and value.

Creates directive with supplied name and value.

Attributes

def parse(directive: String): CacheDirective

Parses formatted directive.

Parses formatted directive.

Attributes

def parseAll(directives: String): Seq[CacheDirective]

Parses formatted list of directives.

Parses formatted list of directives.

Attributes