Registry / http-client / gojektech-heimdall-v6

gojektech-heimdall-v6

JSON →
library6.1.0gogounverified

An HTTP client library with retry and circuit breaker capabilities.

go get github.com/gojektech/heimdall/v6
INSTALL
IMPORT
SIG · GOJEKTECH-HEIMDALL
G
gojektech-heimdall-v6
http-clientgov6.1.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.

heimdall
github.com/gojektech/heimdall/v6

Creates a new HTTP client and makes a GET request.

package main import ( "fmt" "github.com/gojektech/heimdall/v6" ) func main() { client := heimdall.NewHTTPClient() resp, _ := client.Get("https://example.com", nil) fmt.Println(resp.StatusCode) }
Debug
Known issues
gotchaThe v6 module path includes /v6, ensure your go.mod uses the correct major version.
fix
Use `require github.com/gojektech/heimdall/v6 v6.1.0` in go.mod.
affects: >=6.0.0
Upgrade
Version history
6.1.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
22 hits · last 30 days
node
20
OpenAI (training)
1
Resources
gojektech-heimdall-v6 — go get gojektech-heimdall-v6 · libregistry