Module: Knot::Dispatch

Defined in:
lib/knot/dispatch.rb,
lib/knot/dispatch/path.rb,
lib/knot/dispatch/route.rb,
lib/knot/dispatch/filter.rb,
lib/knot/dispatch/router.rb,
lib/knot/dispatch/response.rb,
lib/knot/dispatch/router/api.rb,
lib/knot/dispatch/router/config.rb,
lib/knot/dispatch/router/context.rb

Defined Under Namespace

Classes: Filter, Path, Response, Route, Router

Constant Summary collapse

NoRouteError =
Class.new(RuntimeError)