Expand description
Shared utilities for plugins.
Modules§
- content_
codec - Response body encode/decode helpers shared by body-mutating plugins (response-rewrite, gzip/brotli compression, loggers that include response bodies).
- cookie_
session - Encrypted client-side session cookies.
- headers
- Case-insensitive helpers for the context’s header maps.
- log_
entry - Shared access-log entry builder for the logger plugins.
- provider_
error - The one response shape for “the node could not do its job because the
identity/authorization provider it depends on failed” — discovery, JWKS,
introspection, token endpoint, CAS
/serviceValidate, an LDAP bind transport error, a Keycloak/Casdoor callout. - server_
session - Shared session-backend plumbing for the interactive auth plugins.
- store_
kv - Shared plumbing for the
store-*nodes. - trace
- Distributed-tracing span context and propagation codecs.