Description
Provides the routing engine used by Sanic to match incoming web paths to application handlers. It helps Sanic-based projects resolve routes quickly while keeping route definitions separate from request-handling code.
This is an internal library component for web applications. Route matching is only one part of request safety, so applications still need validation, authentication, authorization, and error handling.