Skill Claude CodeCodex
Write unit and integration tests for Salvo applications using TestClient. Use for testing handlers, middleware, and API endpoints.
Skill Claude CodeCodex
Write unit and integration tests for Salvo applications using TestClient. Use for testing handlers, middleware, and API endpoints.
Skill Claude CodeCodex
Configure request timeouts to prevent slow requests from blocking resources. Use for protecting APIs from long-running operations.
Skill Claude CodeCodex
Configure TLS/HTTPS with automatic certificate management via ACME (Let's Encrypt). Use for production deployments with secure connections.
Skill Claude CodeCodex
Implement WebSocket connections for real-time bidirectional communication. Use for chat, live updates, gaming, and collaborative features.