Packages

package routing

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. routing
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. 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.

  2. type Route = exp.routing.Route[Request, Response, Schema]

Value Members

  1. object Fields
  2. object Path extends Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped