{"id":75619,"library":"gojek-heimdall","title":"Heimdall","description":"Heimdall is an HTTP client library that enhances net/http with retries, circuit breakers, and request logging.","status":"active","version":"5.0.2+incompatible","language":"go","source_language":null,"source_url":"https://github.com/gojek/heimdall","tags":["http","client","retry","circuit-breaker"],"install":[{"cmd":"go get github.com/gojek/heimdall","lang":"bash","label":"Install github.com/gojek/heimdall"}],"dependencies":[],"imports":[{"symbol":"heimdall","correct":"github.com/gojek/heimdall"}],"quickstart":{"code":"package main\n\nimport (\n    \"fmt\"\n    \"github.com/gojek/heimdall\"\n)\n\nfunc main() {\n    client := heimdall.NewHTTPClient(heimdall.WithRetryCount(3))\n    resp, err := client.Get(\"https://example.com\", nil)\n    if err != nil {\n        fmt.Println(err)\n        return\n    }\n    fmt.Println(resp.StatusCode)\n}","lang":"go","description":"Using Heimdall HTTP client with retries"},"warnings":[{"fix":"Use v5.0.2 or consider v7+ with proper module support","message":"Incompatible with Go modules (v5.0.2+incompatible)","severity":"gotcha","affected_versions":"5.0.2+incompatible"}],"env_vars":null,"search_vec":"'breaker':14,23 'circuit':13,22 'circuit-break':21 'client':6,19 'enhanc':9 'heimdal':1,2 'http':5,18 'librari':7 'log':17 'net/http':10 'request':16 'retri':12,20","created_at":"2026-06-17T19:19:04.227494+00:00","updated_at":"2026-06-17T19:19:04.227494+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/gojek/heimdall","github":"https://github.com/gojek/heimdall","docs":"https://pkg.go.dev/github.com/gojek/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}}