Skip to main content

Module util

Module util 

Source
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.