Package

com.markfeeney

usher

Permalink

package usher

Visibility
  1. Public
  2. All

Type Members

  1. case class Route(path: String, paramNames: Vector[String], regex: Regex) extends Product with Serializable

    Permalink

    Ideally you get one of these via Route.compile().

    Ideally you get one of these via Route.compile().

    path

    e.g. "/foo/:id/bar/:name/*/:quux"

    paramNames

    e.g., in above, Vector("id", "name", "*", "quux")

    regex

    A regular expression to extract values from a url pased on path and paramNames.

Value Members

  1. object Route extends Serializable

    Permalink
  2. object Usher

    Permalink
  3. package parser

    Permalink

Ungrouped