Loading...
Loading...
Found 6 Skills
Extract and validate data from requests including JSON, forms, query parameters, and path parameters. Use for handling user input and API payloads.
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.
Create basic Salvo web applications with handlers, routers, and server setup. Use when starting a new Salvo project or adding basic HTTP endpoints.
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.