package api
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- case class DynamicPathPart(name: String, regex: String, encoded: Boolean) extends PathPart with Product with Serializable
- case class Path(pathSpec: String, parts: Seq[PathPart], queryParams: Seq[String]) extends Product with Serializable
- sealed trait PathPart extends AnyRef
- case class StaticPathPart(path: String) extends PathPart with Product with Serializable