httpretry

Retry client

Enriches an HTTP client with automatic retry functionality using exponential backoff.

Enriches the standard go http client with retry functionality.

GitHub

48 stars
4 watching
7 forks
Language: Go
last commit: over 2 years ago
Linked from 2 awesome lists

golanghttp-clientresilienceretry

Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
hashicorp/go-retryablehttpA Go library that provides an HTTP client with automatic retries and exponential backoff.2,020
wenerme/go-reqA declarative HTTP client library for the Go programming language22
sethgrid/pesterA Go library that provides a higher-level interface to make HTTP requests more resilient and reliable650
rafaeljesus/retry-goA package for implementing retries in Go programs with flexible retry policies and timing50
ssgreg/repeatProvides a Go implementation of backoff strategies and retry mechanisms for operations with timed-out or failed attempts.85
ddo/rqA nicer interface for golang stdlib HTTP client52
kamilsk/retryA library providing an interruptible mechanism to perform actions repetitively until successful341
thedevsaddam/retryProvides a flexible retry mechanism for Go functions66
sindresorhus/p-retryA utility for automatically retrying failed promise-returning or async functions with exponential backoff and customizable error handling.808
go-zoox/fetchA lightweight HTTP client library with features like JSON response handling, progress tracking, and support for various protocols such as WebDAV.71
henvic/httprettyPrints HTTP requests in a human-readable format on the terminal402
shafreeck/retryA simple library to handle repeated attempts at completing a task with error handling and customizable backoff strategy12
presbrey/go-multiproxyA Go library that enables the management of multiple HTTP/HTTPS and SOCKS5 proxies for efficient and fault-tolerant web requests6
ybbus/jsonrpcAn implementation of the JSON-RPC 2.0 protocol for client-side RPC over HTTP in Go.336
itpixelz/ngx-http-retryA service that adds retry logic to Angular's HttpClient methods1