package routing
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- routing
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
-
final
case class
MethodNotAllowedException(router: HttpRouter, method: Method, allowedMethods: Iterable[Method]) extends Exception with NoStackTrace with Product with Serializable
Exception thrown when a com.twitter.finagle.http.Request.uri matches a defined route's path, but does not match any Method defined at that Route's Path.
- type Route = exp.routing.Route[Request, Response, Schema]
Value Members
- object Fields
- object Path extends Serializable