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.Routing
Modules
Routing | A model of routing trees, describing the composition of route handlers and middleware functions in a web server application. See |