Module app

Source
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