golang-github-gregjones-httpcache 0.0~git20180305.9cad4c3-1.1 source package in Ubuntu

Changelog

golang-github-gregjones-httpcache (0.0~git20180305.9cad4c3-1.1) unstable; urgency=medium

  * Non maintainer upload by the Reproducible Builds team.
  * No source change upload to rebuild on buildd with .buildinfo files.

 -- Holger Levsen <email address hidden>  Fri, 08 Jan 2021 16:32:09 +0100

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
all
Section:
golang
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-gregjones-httpcache_0.0~git20180305.9cad4c3-1.1.dsc 2.5 KiB 230caaa97fd2507014ad27ac91d4349667c8faf9c5f82ae2e73d2f199c7987b8
golang-github-gregjones-httpcache_0.0~git20180305.9cad4c3.orig.tar.xz 12.2 KiB 0395b2857bbab4a02211b459399ea8a9c43c4b8f51707e68a1ae32fd412dd29a
golang-github-gregjones-httpcache_0.0~git20180305.9cad4c3-1.1.debian.tar.xz 2.1 KiB e86cb3427691bc0cd5ed1803d081dc2776ab5b829c1c0e8e32879068e4d7d3ee

No changes file available.

Binary packages built by this source

golang-github-gregjones-httpcache-dev: Transport for http.Client that will cache responses

 The package httpcache provides a http.RoundTripper implementation that
 works as a mostly RFC 7234 compliant cache for http responses.
 .
 It is only suitable for use as a 'private' cache (i.e. for
 a web-browser or an API-client and not for a shared proxy).