Registry / http-client / chyroc-gorequests

chyroc-gorequests

JSON →
library0.33.0gogounverified

Send HTTP requests with a human-friendly API.

go get github.com/chyroc/gorequests
INSTALL
IMPORT
SIG · CHYROC-GOREQUESTS
C
chyroc-gorequests
http-clientgov0.33.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.

gorequests
github.com/chyroc/gorequests

Sends a GET request and prints the response body.

package main import ( "fmt" "github.com/chyroc/gorequests" ) func main() { resp, err := gorequests.Get("https://httpbin.org/get") if err != nil { panic(err) } fmt.Println(resp.Text()) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
26 hits · last 30 days
node
20
OpenAI (training)
1
Resources
chyroc-gorequests — go get chyroc-gorequests · libregistry