Are you looking for something? Here is all of the GitHub Docs history in one single commit. Enjoy! 🎉
12 lines
380 B
Markdown
12 lines
380 B
Markdown
# Middleware
|
|
|
|
Each file in this directory exports an Express Middleware function.
|
|
|
|
For more info, see https://expressjs.com/en/guide/using-middleware.html
|
|
|
|
## Subdirectories
|
|
|
|
There are subdirectories for different types of middleware:
|
|
|
|
- [contextualizers](contextualizers) modify the `req.context` object that is used to render pages.
|
|
- [redirects](redirects) handle... redirects! |