Registry / http-client / sethgrid-pester

sethgrid-pester

JSON →
library1.2.0gogounverified

HTTP client with retries, concurrency, and backoff for added resiliency.

go get github.com/sethgrid/pester
INSTALL
IMPORT
SIG · SETHGRID-PESTER
S
sethgrid-pester
http-clientgov1.2.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

pester
github.com/sethgrid/pester

Make a GET request with automatic retries.

package main import ( "fmt" "net/http" "github.com/sethgrid/pester" ) func main() { client := pester.New() resp, err := client.Get("https://example.com") if err != nil { panic(err) } fmt.Println(resp.Status) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.2.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
22 hits · last 30 days
node
20
Resources
sethgrid-pester — go get sethgrid-pester · libregistry