Loading...
Loading...
Found 6 Skills
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.
Implement flash messages for one-time notifications across redirects. Use for success/error messages after form submissions.
Configure request timeouts to prevent slow requests from blocking resources. Use for protecting APIs from long-running operations.
Implement Server-Sent Events for real-time server-to-client updates. Use for live feeds, notifications, and streaming data.
Implement graceful server shutdown to handle in-flight requests before stopping. Use for zero-downtime deployments and proper resource cleanup.