软件包: golang-github-mreiferson-go-httpclient-dev (0.0~git20160630.0.31f0106-2)
golang-github-mreiferson-go-httpclient-dev 的相关链接
Trisquel 的资源:
下载源码包 golang-github-mreiferson-go-httpclient:
- [golang-github-mreiferson-go-httpclient_0.0~git20160630.0.31f0106-2.dsc]
- [golang-github-mreiferson-go-httpclient_0.0~git20160630.0.31f0106.orig.tar.xz]
- [golang-github-mreiferson-go-httpclient_0.0~git20160630.0.31f0106-2.debian.tar.xz]
维护者:
Original Maintainers:
- Debian Go Packaging Team (Mail Archive)
- Dr. Tobias Quathamer
外部的资源:
- 主页 [github.com]
相似软件包:
- python3-httpx
- golang-github-hashicorp-go-retryablehttp-dev
- golang-github-gregjones-httpcache-dev
- golang-github-mwitkow-go-conntrack-dev
- python3-dugong
- golang-github-prometheus-common-dev
- golang-pault-go-ykpiv-dev
- golang-github-openprinting-goipp-dev
- python-pypuppetdb
- python3-pypuppetdb
- golang-github-gorilla-csrf-dev
Go HTTP client with timeouts
This Go package 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 * request timeouts
This is a thin wrapper around http.Transport that sets dial timeouts and uses Go's internal timer scheduler to call the Go 1.1+ CancelRequest() API.