trait
UrlClient extends UrlAlg
Type Members
-
trait
Path[A] extends Url[A] with PathOps[A]
-
trait
PathOps[A] extends AnyRef
-
-
trait
QueryStringOps[A] extends AnyRef
-
type
QueryStringValue[A] = (A) ⇒ String
-
trait
Segment[A] extends AnyRef
-
trait
Url[A] extends AnyRef
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
chainPaths[A, B](first: Path[A], second: Path[B])(implicit tupler: Tupler[A, B]): Path[Out]
-
def
clone(): AnyRef
-
def
combineQueryStrings[A, B](first: QueryString[A], second: QueryString[B])(implicit tupler: Tupler[A, B]): QueryString[Out]
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
-
implicit
lazy val
intSegment: Segment[Int]
-
final
def
isInstanceOf[T0]: Boolean
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
-
-
def
segment[A](implicit s: Segment[A]): Path[A]
-
def
staticPathSegment(segment: String): Path[Unit] with Serializable
-
implicit
lazy val
stringQueryString: QueryStringValue[String]
-
implicit
lazy val
stringSegment: Segment[String]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
def
urlWithQueryString[A, B](path: Path[A], qs: QueryString[B])(implicit tupler: Tupler[A, B]): Url[Out]
-
val
utf8Name: String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from UrlAlg
Inherited from AnyRef
Inherited from Any
UrlAlg interpreter that builds URLs.