mirror of
https://github.com/yusing/godoxy.git
synced 2026-03-17 23:14:21 +01:00
fixed serialization and middleware compose
This commit is contained in:
@@ -20,6 +20,7 @@
|
||||
- [Hide X-Forwarded-\*](#hide-x-forwarded-)
|
||||
- [Set X-Forwarded-\*](#set-x-forwarded-)
|
||||
- [Forward Authorization header (experimental)](#forward-authorization-header-experimental)
|
||||
- [Middleware Compose](#middleware-compose)
|
||||
- [Examples](#examples)
|
||||
- [Authentik (untested, experimental)](#authentik-untested-experimental)
|
||||
|
||||
@@ -356,6 +357,14 @@ http:
|
||||
|
||||
[🔼Back to top](#table-of-content)
|
||||
|
||||
## Middleware Compose
|
||||
|
||||
Middleware compose is a way to create reusable middlewares in file(s), just like docker compose.
|
||||
|
||||
You may use them with `<middleware_name>@file`
|
||||
|
||||
See [example](../internal/net/http/middleware/test_data/middleware_compose.yml)
|
||||
|
||||
## Examples
|
||||
|
||||
### Authentik (untested, experimental)
|
||||
|
||||
Reference in New Issue
Block a user