Absolute

object Absolute
Companion
class
class Object
trait Matchable
class Any

Type members

Classlikes

final case class Base extends AnyVal

An absolute URL until (and excluding) the path.

An absolute URL until (and excluding) the path.

Value Params
value

Never ends with a slash. Eg. "http://qwe.com:123"

Companion
object
object Base
Companion
class
final case class Param1[-A](prefix: Absolute, suffix: A => String)

Represents https://blah.com/prefix/<A>; the param is always last

Represents https://blah.com/prefix/<A>; the param is always last