{"id":75377,"library":"taskcluster-go-got","title":"Go-Got HTTP Client","description":"Go-got is a simple net/http wrapper for JSON REST APIs that adds retries and request buffering for small payloads.","status":"active","version":"0.0.0-20190401132811-c63e3293a290","language":"go","source_language":null,"source_url":"https://github.com/taskcluster/go-got","tags":["http","client","rest","json","retry"],"install":[{"cmd":"go get github.com/taskcluster/go-got","lang":"bash","label":"Install github.com/taskcluster/go-got"}],"dependencies":[],"imports":[{"symbol":"got","correct":"github.com/taskcluster/go-got"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\t\"github.com/taskcluster/go-got\"\n)\n\nfunc main() {\n\tresp, err := got.Get(\"https://api.example.com/data\")\n\tif err != nil {\n\t\tpanic(err)\n\t}\n\tfmt.Println(resp.Status)\n}","lang":"go","description":"Performs a GET request with retries using go-got."},"warnings":[{"fix":"Use a different HTTP client if streaming is required.","message":"Package does not support streaming requests; all request bodies are buffered.","severity":"gotcha","affected_versions":"all"}],"env_vars":null,"search_vec":"'add':19 'api':17 'buffer':23 'client':5,28 'go':2,7 'go-got':1,6 'got':3,8 'http':4,27 'json':15,30 'net/http':12 'payload':26 'request':22 'rest':16,29 'retri':20,31 'simpl':11 'small':25 'wrapper':13","created_at":"2026-06-17T19:15:59.862690+00:00","updated_at":"2026-06-17T19:15:59.862690+00:00","problems":[],"ecosystem":"go","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/taskcluster/go-got","github":"https://github.com/taskcluster/go-got","docs":"https://pkg.go.dev/github.com/taskcluster/go-got#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["http-client"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}