Url

object Url
class Object
trait Matchable
class Any

Type members

Classlikes

final case class Absolute(absoluteUrl: String) extends AnyVal
Companion
object
object Absolute
Companion
class
final case class Relative extends AnyVal
Value Params
relativeUrlNoHeadSlash

The URL without a leading slash.

Companion
object
object Relative
Companion
class

Value members

Concrete fields

val dropHeadSlashes: String => String

Super-efficient version of .dropWhile( == '/')

Super-efficient version of .dropWhile( == '/')

val dropTailSlashes: String => String

Super-efficient version of .dropRightWhile( == '/')

Super-efficient version of .dropRightWhile( == '/')