[ 原始碼: golang-github-gregjones-httpcache ]
套件:golang-github-gregjones-httpcache-dev(0.0~git20180305.9cad4c3-1.1)
golang-github-gregjones-httpcache-dev 的相關連結
Debian 的資源:
下載原始碼套件 golang-github-gregjones-httpcache:
- [golang-github-gregjones-httpcache_0.0~git20180305.9cad4c3-1.1.dsc]
- [golang-github-gregjones-httpcache_0.0~git20180305.9cad4c3.orig.tar.xz]
- [golang-github-gregjones-httpcache_0.0~git20180305.9cad4c3-1.1.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
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).
其他與 golang-github-gregjones-httpcache-dev 有關的套件
|
|
|
|
-
- dep: golang-github-bradfitz-gomemcache-dev
- Go memcached client library
-
- dep: golang-github-garyburd-redigo-dev
- Go client for Redis
-
- dep: golang-github-peterbourgon-diskv-dev
- disk-backed key-value store
-
- dep: golang-github-syndtr-goleveldb-dev
- LevelDB key/value database in Go