Module Routing
A model of routing trees, describing the composition of route handlers and middleware functions
in a web server application. See Routing::Node for more details.
Import path
import semmle.javascript.RoutingModules
| Routing | A model of routing trees, describing the composition of route handlers and middleware functions in a web server application. See |