Shared registry for Express middleware that must run before static file handlers. Contributions push handlers during initialize(), and BackendApplication applies them at the start of configure(), before gzipped handlers and express.static().
initialize()
BackendApplication
configure()
express.static()
Readonly
Shared registry for Express middleware that must run before static file handlers. Contributions push handlers during
initialize(), andBackendApplicationapplies them at the start ofconfigure(), before gzipped handlers andexpress.static().