Skip to content
/ go-got Public
forked from taskcluster/go-got

Simple buffered HTTP client for golang with retries, exponential back-off and timeouts

Notifications You must be signed in to change notification settings

guoyu07/go-got

 
 

Repository files navigation

Got - HTTP API Calls

Package got is a super simple net/http wrapper that does the right thing for most JSON REST APIs specifically adding:

  • Retry logic with exponential back-off,
  • Reading of body with a MaxSize to avoid running out of memory,
  • Timeout after 30 seconds.

See: godoc.org/github.com/taskcluster/go-got

About

Simple buffered HTTP client for golang with retries, exponential back-off and timeouts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%