zio.http.Header.AccessControlAllowCredentials
See theAccessControlAllowCredentials companion trait
object AccessControlAllowCredentials extends HeaderType
Attributes
- Companion
- trait
- Graph
-
- Supertypes
-
trait Sumtrait Mirrortrait HeaderTypetrait HeaderTypeBaseclass Objecttrait Matchableclass AnyShow all
- Self type
Members list
Type members
Classlikes
case object Allow extends AccessControlAllowCredentials
The Access-Control-Allow-Credentials header is sent in response to a preflight request which includes the Access-Control-Request-Headers to indicate whether or not the actual request can be made using credentials.
The Access-Control-Allow-Credentials header is sent in response to a preflight request which includes the Access-Control-Request-Headers to indicate whether or not the actual request can be made using credentials.
Attributes
- Supertypes
- Self type
-
Allow.type
case object DoNotAllow extends AccessControlAllowCredentials
The Access-Control-Allow-Credentials header is not sent in response to a preflight request.
The Access-Control-Allow-Credentials header is not sent in response to a preflight request.
Attributes
- Supertypes
- Self type
-
DoNotAllow.type
Types
Inherited and Abstract types
The names of the product elements
The name of the type
Value members
Concrete methods
Attributes
- Definition Classes
Inherited methods
Attributes
- Inherited from:
- HeaderType
Attributes
- Inherited from:
- HeaderType
Attributes
- Definition Classes
- Inherited from:
- HeaderType
In this article