Registry / http-client / grokify-gohttp

grokify-gohttp

JSON →
library0.2.7gogounverified

A Go HTTP client library with utilities for making HTTP requests.

go get github.com/grokify/gohttp
INSTALL
IMPORT
SIG · GROKIFY-GOHTTP
G
grokify-gohttp
http-clientgov0.2.7
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.

gohttp
github.com/grokify/gohttp

Performs a GET request.

package main import ( "fmt" "github.com/grokify/gohttp" ) func main() { resp, _ := gohttp.Get("https://api.example.com/data") fmt.Println(resp.StatusCode) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.2.7latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
15 hits · last 30 days
node
14
OpenAI (training)
1
Resources
grokify-gohttp — go get grokify-gohttp · libregistry