Skip to main content

Module plugin

Module plugin 

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

ModuleRegistry
Registry of available module loaders.

Traits§

ModuleLoader
A module loader creates module instances from configuration.

Type Aliases§

ModuleResult
Result type for module operations.