Skip to content

Conversation

@umputun
Copy link
Member

@umputun umputun commented Feb 15, 2025

  • Implement Retry middleware to support retry mechanisms for HTTP requests, offering various backoff strategies and configurations.
  • Implement Cache middleware for in-memory caching of HTTP responses, allowing custom cache key strategies and TTL-based eviction.

Also, add test coverage for both middlewares to ensure correct behavior under different conditions. Update README to document new middlewares with examples and configuration options.

Implement Retry middleware to support retry mechanisms for HTTP requests, offering various backoff strategies and configurations.

Implement Cache middleware for in-memory caching of HTTP responses, allowing custom cache key strategies and TTL-based eviction.

Also, add test coverage for both middlewares to ensure correct behavior under different conditions. Update README to document new middlewares with examples and configuration options.
@umputun umputun merged commit 64bc2b9 into master Feb 15, 2025
3 checks passed
@umputun umputun deleted the initernal-middlewares branch February 15, 2025 02:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants