File: control

package info (click to toggle)
golang-github-mreiferson-go-httpclient 0.0~git20160630.0.31f0106-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch, stretch-backports
  • size: 100 kB
  • ctags: 42
  • sloc: makefile: 2
file content (39 lines) | stat: -rw-r--r-- 1,710 bytes parent folder | download | duplicates (2)
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
31
32
33
34
35
36
37
38
39
Source: golang-github-mreiferson-go-httpclient
Section: devel
Priority: extra
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Dr. Tobias Quathamer <toddy@debian.org>
Build-Depends: debhelper (>= 10),
               dh-golang,
               golang-any
Standards-Version: 3.9.8
Homepage: https://github.com/mreiferson/go-httpclient
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-mreiferson-go-httpclient.git
Vcs-Git: https://anonscm.debian.org/git/pkg-go/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}
Replaces: golang-mreiferson-httpclient-dev (<< 0.0~git20140425-2~)
Breaks: golang-mreiferson-httpclient-dev (<< 0.0~git20140425-2~)
Provides: golang-mreiferson-httpclient-dev
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.

Package: golang-mreiferson-httpclient-dev
Section: oldlibs
Architecture: all
Depends: ${misc:Depends}, golang-github-mreiferson-go-httpclient-dev
Description: Transitional package for golang-github-mreiferson-go-httpclient-dev
 This is a transitional package to ease upgrades to the
 golang-github-mreiferson-go-httpclient-dev package. It can safely be removed.