Represents a platform server middleware function that processes HTTP requests and responses.
Middleware functions are called with the HTTP request, response objects, and a next function
to pass control to the next middleware in the stack. Middleware can modify the request and
response objects, or handle them completely.
Represents a platform server middleware function that processes HTTP requests and responses.
Middleware functions are called with the HTTP request, response objects, and a
nextfunction to pass control to the next middleware in the stack. Middleware can modify the request and response objects, or handle them completely.