Object

spray.routing.PathMatchers

Rest

Related Doc: package PathMatchers

Permalink

object Rest extends PathMatcher1[String]

A PathMatcher that matches and extracts the complete remaining, unmatched part of the request's URI path as an (encoded!) String. If you need access to the remaining unencoded elements of the path use the RestPath matcher!

Linear Supertypes
PathMatcher[::[String, HNil]], (Path) ⇒ Matching[::[String, HNil]], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Rest
  2. PathMatcher
  3. Function1
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def /[R <: HList](other: PathMatcher[R])(implicit prepender: Prepender[::[String, HNil], R]): PathMatcher[Out]

    Permalink
    Definition Classes
    PathMatcher
  4. def /: PathMatcher[::[String, HNil]]

    Permalink
    Definition Classes
    PathMatcher
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. def andThen[A](g: (Matching[::[String, HNil]]) ⇒ A): (Path) ⇒ A

    Permalink
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  7. def apply(path: Path): Matched[::[String, HNil]]

    Permalink
    Definition Classes
    Rest → Function1
  8. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def compose[A](g: (A) ⇒ Path): (A) ⇒ Matching[::[String, HNil]]

    Permalink
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  11. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  15. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  16. def hflatMap[R <: HList](f: (::[String, HNil]) ⇒ Option[R]): PathMatcher[R]

    Permalink
    Definition Classes
    PathMatcher
  17. def hmap[R <: HList](f: (::[String, HNil]) ⇒ R): PathMatcher[R]

    Permalink
    Definition Classes
    PathMatcher
  18. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  19. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  20. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  21. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  22. def repeat(separator: PathMatcher0 = PathMatchers.Neutral)(implicit lift: Lift[::[String, HNil], List]): PathMatcher[Out]

    Permalink
    Definition Classes
    PathMatcher
  23. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  24. def toString(): String

    Permalink
    Definition Classes
    Function1 → AnyRef → Any
  25. def transform[R <: HList](f: (Matching[::[String, HNil]]) ⇒ Matching[R]): PathMatcher[R]

    Permalink
    Definition Classes
    PathMatcher
  26. def unary_!(): PathMatcher0

    Permalink
    Definition Classes
    PathMatcher
  27. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. def |[R >: ::[String, HNil] <: HList](other: PathMatcher[_ <: R]): PathMatcher[R]

    Permalink
    Definition Classes
    PathMatcher
  31. def ~[R <: HList](other: PathMatcher[R])(implicit prepender: Prepender[::[String, HNil], R]): PathMatcher[Out]

    Permalink
    Definition Classes
    PathMatcher

Inherited from PathMatcher[::[String, HNil]]

Inherited from (Path) ⇒ Matching[::[String, HNil]]

Inherited from AnyRef

Inherited from Any

Ungrouped