Registry / http-client / ddliu-go-httpclient

ddliu-go-httpclient

JSON →
library0.7.1gogounverified

Powerful and easy to use HTTP client for Go with chainable API.

go get github.com/ddliu/go-httpclient
INSTALL
IMPORT
SIG · DDLIU-GO-HTTPCLIEN
D
ddliu-go-httpclient
http-clientgov0.7.1
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/ddliu/go-httpclient

Performs a GET request and prints the response body.

package main import ( "fmt" "github.com/ddliu/go-httpclient" ) func main() { resp, _ := httpclient.Get("https://httpbin.org/get", nil) fmt.Println(resp.String()) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
24 hits · last 30 days
node
20
Amazon
1
Resources
ddliu-go-httpclient — go get ddliu-go-httpclient · libregistry