Expand description
Dynamic module/plugin system for gatel.
External crates can implement the ModuleLoader trait to register
custom middleware and handlers. Modules are loaded during configuration
parsing and can participate in the request/response lifecycle.
Structs§
- Module
Registry - Registry of available module loaders.
Traits§
- Module
Loader - A module loader creates module instances from configuration.
Type Aliases§
- Module
Result - Result type for module operations.