套件:golang-github-mreiferson-go-httpclient-dev(0.0~git20160630.0.31f0106-2.1)
golang-github-mreiferson-go-httpclient-dev 的相關連結
Debian 的資源:
下載原始碼套件 golang-github-mreiferson-go-httpclient:
- [golang-github-mreiferson-go-httpclient_0.0~git20160630.0.31f0106-2.1.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.1.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
- python3-httpx
- golang-github-hashicorp-go-retryablehttp-dev
- golang-github-gregjones-httpcache-dev
- python3-dugong
- golang-github-mwitkow-go-conntrack-dev
- golang-github-cristalhq-hedgedhttp-dev
- golang-github-prometheus-common-dev
- golang-github-minio-mux-dev
- golang-github-gorilla-csrf-dev
- golang-github-openprinting-goipp-dev
- golang-pault-go-ykpiv-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.