Traits§
- Middleware
Config Ext - Convenient trait for getting middleware configuration from context
Functions§
- get_
config_ from_ ctx - Universal function to get middleware configuration from context
Usage: get_config_from_ctx::
(ctx, req, “my_middleware_name”) - get_
config_ from_ ctx_ for_ module - Universal function to get middleware configuration from context with module name
Usage: get_config_from_ctx_for_module::
(ctx, req, “my_module_name”) - get_
middleware_ config_ from_ ctx - Convenient function for getting middleware configuration from context
- get_
middleware_ config_ typed_ from_ ctx - Convenient function for getting typed configuration