Re-exports§
pub use http::json;pub use http::text;pub use http::HttpResponse;pub use http::Request;pub use http::Response;pub use http::ResponseExt;pub use inertia::InertiaConfig;pub use inertia::InertiaContext;pub use inertia::InertiaResponse;pub use routing::Router;pub use server::Server;
Modules§
Macros§
- inertia_
response - Create an Inertia response - automatically detects request type from context
- json_
response - text_
response