{"id":65420,"library":"gojektech-heimdall","title":"Heimdall HTTP Client","description":"Heimdall is an HTTP client library that provides retry, circuit breaker, and timeout mechanisms for resilient API calls.","status":"active","version":"5.0.2+incompatible","language":"go","source_language":null,"source_url":"https://github.com/gojektech/heimdall","tags":["http-client","retry","circuit-breaker","resilience"],"install":[{"cmd":"go get github.com/gojektech/heimdall","lang":"bash","label":"Install github.com/gojektech/heimdall"}],"dependencies":[],"imports":[{"symbol":"heimdall","correct":"github.com/gojektech/heimdall"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\t\"github.com/gojektech/heimdall\"\n)\n\nfunc main() {\n\tclient := heimdall.NewHTTPClient()\n\tresp, err := client.Get(\"https://example.com\", nil)\n\tif err != nil {\n\t\tfmt.Println(err)\n\t\treturn\n\t}\n\tfmt.Println(resp.StatusCode)\n}","lang":"go","description":"Create a new HTTP client and make a GET request"},"warnings":[{"fix":"Use the correct import path with /v5 suffix: github.com/gojektech/heimdall/v5","message":"Version 5.0.2+incompatible indicates a major version mismatch; the module path does not include a v5 suffix.","severity":"breaking","affected_versions":">=5.0.0"}],"env_vars":null,"search_vec":"'api':20 'breaker':14,28 'call':21 'circuit':13,27 'circuit-break':26 'client':3,8,24 'heimdal':1,4 'http':2,7,23 'http-client':22 'librari':9 'mechan':17 'provid':11 'resili':19,29 'retri':12,25 'timeout':16","created_at":"2026-06-17T17:10:08.128781+00:00","updated_at":"2026-06-17T17:10:08.128781+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/gojektech/heimdall","github":"https://github.com/gojektech/heimdall","docs":"https://pkg.go.dev/github.com/gojektech/heimdall#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}}