Path

final case class Path(value: String) extends PathLike[Path]

The portion of the URL after the BaseUrl.

The portion of the URL after the BaseUrl.

Companion
object
trait Serializable
trait Product
trait Equals
class PathLike[Path]
class Object
trait Matchable
class Any

Value members

Concrete methods

def abs(base: BaseUrl): AbsUrl
def removePrefix(prefix: String): Option[Path]

Attempts to remove an exact prefix and return a non-empty suffix.

Attempts to remove an exact prefix and return a non-empty suffix.

Inherited methods

final def +(p: Path): Path
Inherited from
PathLike
final def +(p: String): Path
Inherited from
PathLike
final def /(p: Path): Path
Inherited from
PathLike
final def /(p: String): Path
Inherited from
PathLike
final def endWith_/: Path
Inherited from
PathLike
final def isEmpty: Boolean
Inherited from
PathLike
final def map(f: String => String): Path
Inherited from
PathLike
final def nonEmpty: Boolean
Inherited from
PathLike
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product
final def rtrim_/: Path
Inherited from
PathLike