Baike.dev
All toolsAI codingTrendingOpen sourceNewsSubmit
Log in
Back to tool/Back to issues
#837·fasthttp

[Feature Request] HTTP Client Request with Retries and Backoff

Author: sujit-baniyaCreated Jun 16, 2020Updated Aug 28, 2026

If HTTP Client Request has following features it would be great:

  • Retry on Timeout, Connection Closed or No Connection available
  • Backoff and wait till pending request are processed

There's something similar done on net/http

https://github.com/gojek/heimdall

Source: valyala/fasthttp

View original on GitHubView discussion on GitHub