salvo-rs

salvo-rs

@salvo-rs Organization

GitHub
28 Skills
504 Total Stars
February 2026 Joined

Public Skills

salvo-openapi

by salvo-rs

Generate OpenAPI documentation automatically from Salvo handlers. Use for API documentation, Swagger UI, and API client generation.

API Dev 18 4mo ago

salvo-data-extraction

by salvo-rs

Extract and validate data from requests including JSON, forms, query parameters, and path parameters. Use for handling user input and API payloads.

Processing 18 4mo ago

salvo-path-syntax

by salvo-rs

Path parameter syntax guide for Salvo routing. Explains the {} syntax (v0.76+) vs deprecated <> syntax, with migration examples.

API Dev 18 4mo ago

salvo-logging

by salvo-rs

Implement request logging, tracing, and observability. Use for debugging, monitoring, and production observability.

Code Gen 18 4mo ago

salvo-file-handling

by salvo-rs

Handle file uploads (single/multiple), downloads, and multipart forms. Use for file management, image uploads, and content delivery.

Processing 18 4mo ago

salvo-basic-app

by salvo-rs

Create basic Salvo web applications with handlers, routers, and server setup. Use when starting a new Salvo project or adding basic HTTP endpoints.

API Dev 18 4mo ago

salvo-csrf

by salvo-rs

Implement CSRF (Cross-Site Request Forgery) protection using cookie or session storage. Use for protecting forms and state-changing endpoints.

Auth 18 4mo ago

salvo-tls-acme

by salvo-rs

Configure TLS/HTTPS with automatic certificate management via ACME (Let's Encrypt). Use for production deployments with secure connections.

API Dev 18 4mo ago

salvo-auth

by salvo-rs

Implement authentication and authorization using JWT, Basic Auth, or custom schemes. Use for securing API endpoints and user management.

Auth 18 4mo ago

salvo-compression

by salvo-rs

Compress HTTP responses using gzip, brotli, zstd, or deflate. Use for reducing bandwidth and improving load times.

API Dev 18 4mo ago

salvo-flash

by salvo-rs

Implement flash messages for one-time notifications across redirects. Use for success/error messages after form submissions.

Processing 18 4mo ago

salvo-concurrency-limiter

by salvo-rs

Limit concurrent requests to protect resources. Use for file uploads, expensive operations, and preventing resource exhaustion.

API Dev 18 4mo ago

salvo-error-handling

by salvo-rs

Handle errors gracefully with custom error types, status codes, and error pages. Use for building robust APIs with proper error responses.

Code Gen 18 4mo ago

salvo-rate-limiter

by salvo-rs

Implement rate limiting to protect APIs from abuse. Use for preventing DDoS attacks and ensuring fair resource usage.

API Dev 18 4mo ago

salvo-testing

by salvo-rs

Write unit and integration tests for Salvo applications using TestClient. Use for testing handlers, middleware, and API endpoints.

Code Gen 18 4mo ago

salvo-graceful-shutdown

by salvo-rs

Implement graceful server shutdown to handle in-flight requests before stopping. Use for zero-downtime deployments and proper resource cleanup.

API Dev 18 4mo ago

salvo-cors

by salvo-rs

Configure Cross-Origin Resource Sharing (CORS) and security headers. Use for APIs accessed from browsers on different domains.

API Dev 18 4mo ago

salvo-session

by salvo-rs

Implement session management for user state persistence. Use for login systems, shopping carts, and user preferences.

Auth 18 4mo ago

salvo-static-files

by salvo-rs

Serve static files, directories, and embedded assets. Use for CSS, JavaScript, images, and downloadable content.

Code Gen 18 4mo ago

salvo-websocket

by salvo-rs

Implement WebSocket connections for real-time bidirectional communication. Use for chat, live updates, gaming, and collaborative features.

Code Gen 18 4mo ago

salvo-proxy

by salvo-rs

Implement reverse proxy to forward requests to backend services. Use for load balancing, API gateways, and microservices routing.

API Dev 18 4mo ago

salvo-database

by salvo-rs

Integrate databases with Salvo using SQLx, Diesel, SeaORM, or other ORMs. Use for persistent data storage and database operations.

Code Gen 18 4mo ago

salvo-timeout

by salvo-rs

Configure request timeouts to prevent slow requests from blocking resources. Use for protecting APIs from long-running operations.

API Dev 18 4mo ago

salvo-sse

by salvo-rs

Implement Server-Sent Events for real-time server-to-client updates. Use for live feeds, notifications, and streaming data.

Code Gen 18 4mo ago

salvo-routing

by salvo-rs

Configure Salvo routers with path parameters, nested routes, and filters. Use for complex routing structures and RESTful APIs.

API Dev 18 4mo ago

salvo-realtime

by salvo-rs

Implement real-time features using WebSocket and Server-Sent Events (SSE). Use for chat applications, live updates, notifications, and bidirectional communication.

Code Gen 18 4mo ago

salvo-middleware

by salvo-rs

Implement middleware for authentication, logging, CORS, and request processing. Use for cross-cutting concerns and request/response modification.

API Dev 18 4mo ago

salvo-caching

by salvo-rs

Implement caching strategies for improved performance. Use for reducing database load and speeding up responses.

Caching 18 4mo ago