Registry / http-client / mreiferson-go-httpclient

mreiferson-go-httpclient

JSON →
library0.0.0-20201222173833-5e475fde3a4dgogounverified

Provides an HTTP Transport that implements the RoundTripper interface and can be used as a built in replacement for the standard library's, providing connection timeouts and request timeouts.

go get github.com/mreiferson/go-httpclient
INSTALL
IMPORT
SIG · MREIFERSON-GO-HTTP
M
mreiferson-go-httpclient
http-clientgov0.0.0-20201222173833-5e475fde3a4d
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/mreiferson/go-httpclient

Create a new HTTP client with timeouts.

package main import ( "fmt" "github.com/mreiferson/go-httpclient" ) func main() { client := httpclient.New() fmt.Println(client) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20201222173833-5e475fde3a4dlatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
10
Resources
mreiferson-go-httpclient — go get mreiferson-go-httpclient · libregistry