Attributes
- Companion
- object
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
RouteMatcher[I]
Members list
Value members
Abstract methods
Concrete methods
Will consume a string from the path
Will consume a string from the path
Attributes
Will consume all strings from the path
Will consume all strings from the path
Attributes
Will consume a string from the path, and that string must be decoded
Will consume a string from the path, and that string must be decoded
Attributes
Will attempt to parse a string from query-params.
Will return NotFound if not present.
Will return NotFound if unable to parse.
Will attempt to parse a string from query-params.
Will return NotFound if not present.
Will return NotFound if unable to parse.
Attributes
Will attempt to parse a string from query-params.
Will return Fail if not present.
Will return Fail if unable to parse.
Will attempt to parse a string from query-params.
Will return Fail if not present.
Will return Fail if unable to parse.
Attributes
Will attempt to parse a string from query-params.
Will yield None if not present.
Will return NotFound if unable to parse.
Will attempt to parse a string from query-params.
Will yield None if not present.
Will return NotFound if unable to parse.
Attributes
Will attempt to parse a string from query-params.
Will yield None if not present.
Will return Fail if unable to parse.
Will attempt to parse a string from query-params.
Will yield None if not present.
Will return Fail if unable to parse.