Uri

case class Uri(secure: Boolean, host: String, port: Int, path: Option[String], query: Map[String, String])
Companion
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def toURI: URI

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product

Concrete fields

val scheme: String