Use function for a context Use functions are called when the context is executed. They can be used to add middleware to the context.
The request to execute the use function for
The response to execute the use function for
The next function to call (if not called, this will be the final context to be executed)
Generated using TypeDoc
Use function for a context Use functions are called when the context is executed. They can be used to add middleware to the context.