Bottle Documentation

The route()decorator links an URL path to a callback function, and adds a new route to the default application. An ... proxy-routes that redirect requests to more specific sub-applications. To sum it up: HEAD requests fall back to GET routes and all requests fall back to ANY routes, but only if there is no ................
................