CacheControl

zio.http.Header.CacheControl
See theCacheControl companion object
sealed trait CacheControl extends Header

CacheControl header value.

Attributes

Companion
object
Graph
Supertypes
trait Header
class Object
trait Matchable
class Any
Known subtypes
object Immutable.type
class MaxAge
class MaxStale
class MinFresh
class Multiple
object MustRevalidate.type
object MustUnderstand.type
object NoCache.type
object NoStore.type
object NoTransform.type
object OnlyIfCached.type
object Private.type
object ProxyRevalidate.type
object Public.type
class SMaxAge
class StaleIfError
Show all

Members list

Type members

Types

override type Self = CacheControl

Value members

Concrete methods

override def headerType: Typed[CacheControl]

Attributes

Definition Classes
override def self: Self

Attributes

Definition Classes

Inherited methods

def headerName: String

Attributes

Inherited from:
Header
def renderedValue: String

Attributes

Inherited from:
Header

Abstract fields

val raw: String

Inherited fields

lazy val untyped: Custom

Attributes

Inherited from:
Header