Cross-Origin-Resource-Policy

org.http4s.headers.Cross-Origin-Resource-Policy
See theCross-Origin-Resource-Policy companion object
sealed abstract class Cross-Origin-Resource-Policy(val value: String) extends Product, Serializable

This response header conveys a desire that the browser blocks no-cors cross-origin/cross-site requests to the given resource

Attributes

See also
Companion
object
Source
Cross-Origin-Resource-Policy.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
object CrossOrigin.type
object SameOrigin.type
object SameSite.type

Members list

Value members

Inherited methods

def canEqual(that: Any): Boolean

Attributes

Inherited from:
Equals

Attributes

Inherited from:
Product
def productElement(n: Int): Any

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Concrete fields