Expand description
Application module for the Rustisan framework
This module provides the main Application struct that coordinates the entire web application, similar to Laravel’s Application.
Structs§
- AppState
- Application state that can be shared across handlers
- Application
- The main application struct that manages the entire web application
Functions§
- json_
handler - Handler for JSON body requests
- route_
with_ params_ handler - Handler for routes with path parameters