o
zio.http.model.headers.values.ContentSecurityPolicy
SourcePolicyType
Companion trait SourcePolicyType
object SourcePolicyType
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SourcePolicyType
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def fromString(s: String): Option[SourcePolicyType]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(policyType: SourcePolicyType): String
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- case object base-uri extends SourcePolicyType with Product with Serializable
- case object child-src extends SourcePolicyType with Product with Serializable
- case object connect-src extends SourcePolicyType with Product with Serializable
- case object default-src extends SourcePolicyType with Product with Serializable
- case object font-src extends SourcePolicyType with Product with Serializable
- case object form-action extends SourcePolicyType with Product with Serializable
- case object frame-ancestors extends SourcePolicyType with Product with Serializable
- case object frame-src extends SourcePolicyType with Product with Serializable
- case object img-src extends SourcePolicyType with Product with Serializable
- case object manifest-src extends SourcePolicyType with Product with Serializable
- case object media-src extends SourcePolicyType with Product with Serializable
- case object object-src extends SourcePolicyType with Product with Serializable
- case object prefetch-src extends SourcePolicyType with Product with Serializable
- case object script-src extends SourcePolicyType with Product with Serializable
- case object script-src-attr extends SourcePolicyType with Product with Serializable
- case object script-src-elem extends SourcePolicyType with Product with Serializable
- case object style-src extends SourcePolicyType with Product with Serializable
- case object style-src-attr extends SourcePolicyType with Product with Serializable
- case object style-src-elem extends SourcePolicyType with Product with Serializable
- case object upgrade-insecure-requests extends SourcePolicyType with Product with Serializable
- case object worker-src extends SourcePolicyType with Product with Serializable