Closed antonmarsden closed 3 years ago
Sometimes, users may want to add their own middleware to the web server. A few excellent use cases:
This change exposes a addMiddleware() function which can be called prior to starting the server.
addMiddleware()
Sometimes, users may want to add their own middleware to the web server. A few excellent use cases:
This change exposes a
addMiddleware()
function which can be called prior to starting the server.