org.http4s.headers.Access-Control-Max-Age$
See theAccess-Control-Max-Age companion trait
object Access-Control-Max-Age
Attributes
- Companion
- trait
- Source
- Access-Control-Max-Age.scala
- Graph
-
- Supertypes
- Self type
Members list
Type members
Classlikes
final case class Cache extends Access-Control-Max-Age
The value of this field indicates how long the results of a preflight request (that is the information contained in the Access-Control-Allow-Methods and Access-Control-Allow-Headers headers) can be cached.
The value of this field indicates how long the results of a preflight request (that is the information contained in the Access-Control-Allow-Methods and Access-Control-Allow-Headers headers) can be cached.
Value parameters
- age
-
age of the response (in seconds)
Attributes
- Source
- Access-Control-Max-Age.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Access-Control-Max-Ageclass Objecttrait Matchableclass AnyShow all
case object NoCaching extends Access-Control-Max-Age
A value of -1 of the age parameter will disable caching.
A value of -1 of the age parameter will disable caching.
Attributes
- Source
- Access-Control-Max-Age.scala
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalstrait Access-Control-Max-Ageclass Objecttrait Matchableclass AnyShow all
- Self type
-
NoCaching.type
Value members
Concrete methods
Attributes
- Source
- Access-Control-Max-Age.scala
Attributes
- Source
- Access-Control-Max-Age.scala
Attributes
- Source
- Access-Control-Max-Age.scala
Attributes
- Source
- Access-Control-Max-Age.scala
Concrete fields
Attributes
- Source
- Access-Control-Max-Age.scala
Implicits
Implicits
Attributes
- Source
- Access-Control-Max-Age.scala
In this article