zio.http.Header.AccessControlAllowHeaders
See theAccessControlAllowHeaders companion trait
object AccessControlAllowHeaders extends HeaderType
The Access-Control-Allow-Headers response header is used in response to a preflight request which includes the Access-Control-Request-Headers to indicate which HTTP headers can be used during the actual request.
Attributes
- Companion
- trait
- Graph
-
- Supertypes
-
trait Sumtrait Mirrortrait HeaderTypetrait HeaderTypeBaseclass Objecttrait Matchableclass AnyShow all
- Self type
Members list
Type members
Classlikes
case object All extends AccessControlAllowHeaders
case object None extends AccessControlAllowHeaders
final case class Some(values: NonEmptyChunk[String]) extends AccessControlAllowHeaders
Attributes
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