Expand description
Functionality related to defining Controllers - containers for functions which handle web requests.
Traits§
- Controller
- The main trait for Components used as controllers - collections of web handlers being functions contained in typical structs. This approach allows for injecting other components via dependency injection, and therefore, creating advanced applications with proper architecture.