Loading...
Loading...
Found 5 Skills
Complete guide for Axum web framework including routing, extractors, middleware, state management, error handling, and production deployment
Axum (Rust) web framework patterns for production APIs: routers/extractors, state, middleware, error handling, tracing, graceful shutdown, and testing
Create basic Salvo web applications with handlers, routers, and server setup. Use when starting a new Salvo project or adding basic HTTP endpoints.
Extract and validate data from requests including JSON, forms, query parameters, and path parameters. Use for handling user input and API payloads.
Configure request timeouts to prevent slow requests from blocking resources. Use for protecting APIs from long-running operations.