pub const METHODS: &[&str];
The EventEmitter method names, exposed so EventEmitter.prototype can be enumerated / copied (express does mixin(app, EventEmitter.prototype) to make its app function an emitter).
EventEmitter.prototype
mixin(app, EventEmitter.prototype)
app