https://github.com/if1live/httpforcecache
https://github.com/if1live/httpforcecache
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/if1live/httpforcecache
- Owner: if1live
- License: mit
- Created: 2016-11-20T04:28:24.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-20T06:24:44.000Z (over 8 years ago)
- Last Synced: 2025-02-02T18:14:18.924Z (4 months ago)
- Language: Go
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# httpforcecache
[](https://travis-ci.org/if1live/httpforcecache)
A Transport for Go's http.Client that will cache responses.
If request is success, cache it. else, do not caching.
Based on [httpcache](https://github.com/gregjones/httpcache/).## Cache backends
see [heepcache Cache backends](https://github.com/gregjones/httpcache/blob/master/README.md)