Expand description
Example plugin implementations
Provides production-ready plugin implementations for common use cases:
- MetricsPlugin: Request/response metrics collection
- RetryPlugin: Automatic retry with exponential backoff
- CachePlugin: Response caching with TTL
Structsยง
- Cache
Config - Configuration for caching behavior
- Cache
Plugin - Plugin for caching responses with TTL
- Method
Metrics - Metrics
Data - Request/response metrics data
- Metrics
Plugin - Plugin for collecting request/response metrics
- Retry
Config - Configuration for retry behavior
- Retry
Plugin - Plugin for automatic retry with exponential backoff