final case class Content-Location(uri: Uri) extends Product with Serializable

The "Content-Location" header field references a URI that can be used
as an identifier for a specific resource corresponding to the
representation in this message's payload

RFC-7231 Section 3.1.4.2

Source
Content-Location.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Content-Location
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Content-Location(uri: Uri)

Value Members

  1. val uri: Uri