BaseUri

works.iterative.tapir.BaseUri
See theBaseUri companion object
case class BaseUri(value: Option[Uri])

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def /(s: String): BaseUri
def appendCompletePath(p: String): BaseUri
def href: String
def orRoot: String
def toUri: Option[Uri]
def toWSUri: Option[Uri]
def withSuffix(suffix: String): String

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product