Registry / http-client / imroc-req

imroc-req

JSON →
library0.3.2gogounverified

Package req provides a simple HTTP client with chainable methods.

go get github.com/imroc/req
INSTALL
IMPORT
SIG · IMROC-REQ
I
imroc-req
http-clientgov0.3.2
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.

req
github.com/imroc/req

Make a GET request and print the response body.

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

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
15 hits · last 30 days
node
14
Resources
imroc-req — go get imroc-req · libregistry