RouteLocation

final case class RouteLocation(hostname: String, port: String, protocol: String, host: String, origin: Option[String], unmatchedPath: List[String], params: Map[String, Seq[String]], state: UndefOr[Any])
Companion
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

override def toString: String
Definition Classes
Any
@inline
def withUnmatchedPath(path: List[String]): RouteLocation

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product