Re-exports§
pub use config::env;pub use config::env;pub use config::env_optional;pub use config::env_required;pub use config::AppConfig;pub use config::Config;pub use config::Environment;pub use config::ServerConfig;pub use http::json;pub use http::text;pub use http::HttpResponse;pub use http::Redirect;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 middleware::Middleware;pub use middleware::MiddlewareFuture;pub use middleware::MiddlewareRegistry;pub use middleware::Next;pub use routing::route;pub use routing::GroupBuilder;pub use routing::GroupRouter;pub use routing::RouteBuilder;pub use routing::Router;pub use server::Server;pub use serde;
Modules§
- config
- Configuration module for Kit framework
- http
- inertia
- middleware
- Middleware system for Kit framework
- routing
- server
Macros§
- inertia_
response - Create an Inertia response with compile-time component validation
- json_
response - redirect
- Create a redirect to a named route with compile-time validation
- text_
response
Attribute Macros§
Derive Macros§
- Inertia
Props - Derive macro for generating
Serializeimplementation for Inertia props