Add middleware section to docs list

This commit is contained in:
sigma-andex 2022-08-25 14:44:54 +01:00
parent d6b131930f
commit 62e699a19c
No known key found for this signature in database
GPG Key ID: C5F79968835855AB

View File

@ -89,6 +89,7 @@ See the [docs folder](./docs) for the in-depth guides.
* [Routing](./docs/Routing.md) - Explanation of the routing dsl
* [Requests](./docs/Requests.md) - Guide to request handling
* [Response](./docs/Responses.md) - Guide to response handling
* [Middleware](./docs/Middleware.md) - Guide to HTTPurple and Node.js middlewares
* [Differences](./docs/Differences.md) - A detailed description of the differences to HTTPure
## Examples