External

tyrian.Location.External
final case class External(locationDetails: LocationDetails) extends Location

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Location
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Concrete fields

Exports

Defined exports

Exported from LocationDetails

Is a String of the full rendered url address, minus the origin. e.g. /my-page?id=12#anchor

Is a String of the full rendered url address, minus the origin. e.g. /my-page?id=12#anchor

Attributes

Exported from LocationDetails

The host, e.g. localhost:8080.

The host, e.g. localhost:8080.

Attributes

val href: String
Exported from LocationDetails

The whole URL.

The whole URL.

Attributes

Exported from LocationDetails

The origin, e.g. http://localhost:8080.

The origin, e.g. http://localhost:8080.

Attributes