Expand description

Functionality related to defining Controllers - containers for functions which handle web requests.

Traits

  • Main trait for Components used as controllers - collections of web handlers being functions contained in typical structs. Such approach allows for injecting other components via dependency injection, and therefore, creating advanced applications with proper architecture.

Type Definitions