Source: golang-github-gregjones-httpcache Section: devel Priority: optional Maintainer: Debian Go Packaging Team Uploaders: Dr. Tobias Quathamer Build-Depends: debhelper (>= 11), dh-golang, golang-any, golang-github-bradfitz-gomemcache-dev, golang-github-garyburd-redigo-dev, golang-github-peterbourgon-diskv-dev, golang-github-syndtr-goleveldb-dev Standards-Version: 4.2.1 Homepage: https://github.com/gregjones/httpcache Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-gregjones-httpcache Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-gregjones-httpcache.git XS-Go-Import-Path: github.com/gregjones/httpcache Testsuite: autopkgtest-pkg-go Package: golang-github-gregjones-httpcache-dev Architecture: all Depends: ${misc:Depends}, golang-github-bradfitz-gomemcache-dev, golang-github-garyburd-redigo-dev, golang-github-peterbourgon-diskv-dev, golang-github-syndtr-goleveldb-dev Description: 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).