Registry / http-client / koofr-go-httpclient

koofr-go-httpclient

JSON →
library0.0.0-20230225102643-5d51a2e9dea6gogounverified

An HTTP client library for Go with additional features.

go get github.com/koofr/go-httpclient
INSTALL
IMPORT
SIG · KOOFR-GO-HTTPCLIEN
K
koofr-go-httpclient
http-clientgov0.0.0-20230225102643-5d51a2e9dea6
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.

httpclient
github.com/koofr/go-httpclient

Make a GET request

package main import ( "fmt" "github.com/koofr/go-httpclient" ) func main() { client := httpclient.New() resp, err := client.Get("https://example.com", nil) if err != nil { panic(err) } fmt.Println(resp.StatusCode) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20230225102643-5d51a2e9dea6latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
20 hits · last 30 days
node
18
Resources
koofr-go-httpclient — go get koofr-go-httpclient · libregistry