Noir::JSHttpRouteExtractor
Extracts routes from direct Node.js core http/https createServer handlers.
This covers the stdlib shape where applications branch on req.method and req.url/pathname inside a single request listener, rather than registering routes through a framework DSL.
Constants
SOURCE_EXTENSIONS = [".js", ".mjs", ".cjs", ".jsx", ".ts", ".mts", ".tsx"]