Packages

p

colibri

router

package router

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. final case class /(parent: Path, child: String) extends Path with Product with Serializable
  2. trait Path extends AnyRef

    Base class for path extractors.

Value Members

  1. object /:

    Path separator extractor:

    Path separator extractor:

    Path("/1/2/3/test.json") match {
      case "1" /: "2" /: _ =>  ...
  2. object Path
  3. case object Root extends Path with Product with Serializable

    Root extractor:

    Root extractor:

    Path("/") match {
      case Root => ...
    }
  4. object Router

Ungrouped