salvo-error-handling
π―Skillfrom salvo-rs/salvo-skills
Simplifies robust error management in Salvo web applications with structured error responses, custom error types, and middleware-based error handling strategies.
Part of
salvo-rs/salvo-skills(28 items)
Installation
npx skills add https://github.com/salvo-rs/salvo-skills --skill salvo-error-handlingNeed more details? View full documentation on GitHub β
More from this repository10
Manages request timeouts and graceful cancellation for Salvo web services, preventing long-running tasks from blocking server resources.
Optimizes Salvo web application performance by implementing intelligent response caching strategies with flexible backend and configuration options
Serves and manages static file hosting with advanced routing, caching, and compression for Salvo web applications.
Streamlines structured logging in Salvo web applications with configurable log levels, formatters, and output destinations.
Implements server-sent events (SSE) for real-time, unidirectional streaming of live updates from Salvo web servers to clients
Simplifies complex web routing in Salvo, enabling dynamic path matching, middleware integration, and RESTful endpoint configuration with minimal boilerplate code.
Implements intelligent request rate limiting for Salvo web services, preventing abuse and ensuring stable API performance across endpoints.
Simplifies reverse proxy configuration and routing for Salvo web applications, enabling advanced request handling and backend service integration
Streamlines web API testing in Rust with comprehensive request simulation, assertion utilities, and mock server capabilities for Salvo web framework
Manages clean, safe termination of Salvo web server instances with configurable timeout and signal handling strategies.