Source

zio.http.Header.ContentSecurityPolicy.Source
See theSource companion trait
object Source

Attributes

Companion
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Source.type

Members list

Type members

Classlikes

final case class Hash(algorithm: HashAlgorithm, value: String) extends Source

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Source
class Object
trait Matchable
class Any
Show all
object HashAlgorithm

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
sealed trait HashAlgorithm

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Sha256.type
object Sha384.type
object Sha512.type
final case class Host(uri: URI) extends Source

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Source
class Object
trait Matchable
class Any
Show all
final case class Nonce(value: String) extends Source

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Source
class Object
trait Matchable
class Any
Show all
case object ReportSample extends Source

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Source
class Object
trait Matchable
class Any
Show all
Self type
final case class Scheme(scheme: String) extends Source

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Source
class Object
trait Matchable
class Any
Show all
case object Self extends Source

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Source
class Object
trait Matchable
class Any
Show all
Self type
Self.type
final case class Sequence(left: Source, right: Source) extends Source

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Source
class Object
trait Matchable
class Any
Show all
case object StrictDynamic extends Source

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Source
class Object
trait Matchable
class Any
Show all
Self type
case object UnsafeEval extends Source

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Source
class Object
trait Matchable
class Any
Show all
Self type
UnsafeEval.type
case object UnsafeHashes extends Source

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Source
class Object
trait Matchable
class Any
Show all
Self type
case object UnsafeInline extends Source

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Source
class Object
trait Matchable
class Any
Show all
Self type
case object WasmUnsafeEval extends Source

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Source
class Object
trait Matchable
class Any
Show all
Self type
case object none extends Source

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Source
class Object
trait Matchable
class Any
Show all
Self type
none.type

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def hash(algorithm: HashAlgorithm, value: String): Source
def host(uri: URI): Source
def nonce(value: String): Source
def parse(s: String): Option[Source]
def render(source: Source): String
def scheme(scheme: String): Source