Registry / http-client / levigross-grequests

levigross-grequests

JSON →
library0.0.0-20250606031859-3f3c12e4e704gogounverified

Package grequests implements a friendly API over Go's existing net/http library.

go get github.com/levigross/grequests
INSTALL
IMPORT
SIG · LEVIGROSS-GREQUEST
L
levigross-grequests
http-clientgov0.0.0-20250606031859-3f3c12e4e704
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.

grequests
github.com/levigross/grequests

Make a GET request and print the response body.

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

No known issues recorded.

Upgrade
Version history
0.0.0-20250606031859-3f3c12e4e704latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
13 hits · last 30 days
node
12
Resources
levigross-grequests — go get levigross-grequests · libregistry