package urlbuilder
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- urlbuilder
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
-
case class
Host(schema: String, host: String) extends UrlBuilder with Product with Serializable
All the host dsl options
-
case class
HostParameter(schema: String, host: String, port: Option[String], hostParameter: List[String]) extends UrlBuilder with Product with Serializable
All the host parameters dsl options
-
case class
Port(schema: String, host: String, port: Option[String]) extends UrlBuilder with Product with Serializable
All the port dsl options
-
case class
QueryParameter(schema: String, host: String, port: Option[String], hostParameter: List[String], queryParameter: Map[String, String]) extends UrlBuilder with Product with Serializable
All the query dsl options
-
case class
Schema(schema: String) extends UrlBuilder with Product with Serializable
All the scheme dsl options
- sealed trait UrlBuilder extends AnyRef
Value Members
-
object
UrlBuilder extends UrlBuilder
Start the schema building