Registry / http-client / h2non-gentleman-v2

h2non-gentleman-v2

JSON →
library2.0.5gogounverified

A full-featured, plugin-driven HTTP client library for Go.

go get gopkg.in/h2non/gentleman.v2
INSTALL
IMPORT
SIG · H2NON-GENTLEMAN-V2
H
h2non-gentleman-v2
http-clientgov2.0.5
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.

gentleman
gopkg.in/h2non/gentleman.v2

Create an HTTP GET request

package main import ( "fmt" "gopkg.in/h2non/gentleman.v2" ) func main() { cli := gentleman.New() cli.URL("https://api.example.com") req := cli.Request() req.SetHeader("Accept", "application/json") res, _ := req.Send() fmt.Println(res.StatusCode) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
19 hits · last 30 days
node
18
Resources
h2non-gentleman-v2 — go get h2non-gentleman-v2 · libregistry