An open API service indexing awesome lists of open source software.

https://github.com/if1live/httpforcecache


https://github.com/if1live/httpforcecache

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# httpforcecache

[![Build Status](https://travis-ci.org/if1live/httpforcecache.svg?branch=master)](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)