Here you'll find middleware ready to use with Wool Framework.
| Middleware | Description |
|---|---|
| basicauth | Basic authentication middleware |
| bodylimit | Limit request body size middleware |
| cors | CORS middleware |
| favicon | Favicon middleware that ignores favicon requests or caches a provided icon in memory to improve performance by skipping disk access |
| gzip | Gzip middleware to enable GZIP support |
| keyauth | Key authentication middleware |
| prometheus | Easily create metrics endpoint for the prometheus instrumentation tool |
| proxy | Proxy inspects common reverse proxy headers and sets the corresponding fields in the HTTP request struct |
| requestid | Request ID middleware that adds an identifier to the response |
| secure | Middleware that implements a few quick security wins |
| sse | Server-Sent Events implementation |
| www | WWW Middleware |
| cfipcountry | Redirect Middleware using the CF-IPCountry (Cloudflare IP Country) header |
Distributed under MIT License, please see license file within the code for more details.