UrlStringParser

class Object
trait Matchable
class Any

Value members

Abstract methods

def maybeFragment: Option[String]

Returns the raw content of the fragment (sometimes called ref), or None if there is no fragment

Returns the raw content of the fragment (sometimes called ref), or None if there is no fragment

def path: String

Returns the raw content of the path.

Returns the raw content of the path.

Returns the raw content of the query string.

Returns the raw content of the query string.

Concrete methods

final def maybeRef: Option[String]

Alias for maybeFragment.

Alias for maybeFragment.

final def params: Map[String, Param]
final def segments: List[Segment]

Inherited methods

def decode(str: String, encoding: String): String
Inherited from:
UrlStringDecoder
def decodeParams(queryString: String): Map[String, Param]
Inherited from:
UrlStringDecoder
def decodePath(path: String): List[Segment]
Inherited from:
UrlStringDecoder

Abstract fields

val rawUrl: String