File: control

package info (click to toggle)
golang-github-mreiferson-go-httpclient 0.0~git20160630.0.31f0106-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 100 kB
  • sloc: makefile: 2
file content (30 lines) | stat: -rw-r--r-- 1,229 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Source: golang-github-mreiferson-go-httpclient
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Dr. Tobias Quathamer <toddy@debian.org>
Build-Depends: debhelper-compat (= 12),
               dh-golang,
               golang-any
Standards-Version: 3.9.8
Homepage: https://github.com/mreiferson/go-httpclient
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-mreiferson-go-httpclient
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-mreiferson-go-httpclient.git
XS-Go-Import-Path: github.com/mreiferson/go-httpclient

Package: golang-github-mreiferson-go-httpclient-dev
Architecture: all
Depends: ${shlibs:Depends},
         ${misc:Depends}
Provides: golang-mreiferson-httpclient-dev
Multi-Arch: foreign
Description: 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.