sq/libsq/core/ioz/download
Neil O'Toole db55986980
#307: Ingest cache (#354)
- Support for ingest cache, download cache, and progress bars.
2024-01-14 18:45:34 -07:00
..
testdata #307: Ingest cache (#354) 2024-01-14 18:45:34 -07:00
cache.go #307: Ingest cache (#354) 2024-01-14 18:45:34 -07:00
download_test.go #307: Ingest cache (#354) 2024-01-14 18:45:34 -07:00
download.go #307: Ingest cache (#354) 2024-01-14 18:45:34 -07:00
handler.go #307: Ingest cache (#354) 2024-01-14 18:45:34 -07:00
http.go #307: Ingest cache (#354) 2024-01-14 18:45:34 -07:00
LICENSE.txt #307: Ingest cache (#354) 2024-01-14 18:45:34 -07:00
README.md #307: Ingest cache (#354) 2024-01-14 18:45:34 -07:00

ACKNOWLEDGEMENT

This download package is a heavily-modified fork of gregjones/httpcache.

httpcache

GoDoc

Package httpcache provides a http.RoundTripper implementation that works as a mostly RFC 7234 compliant cache for http responses. This incarnation of the library is an active fork of github.com/gregjones/httpcache which is unmaintained.

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).

Cache Backends

If you implement any other backend and wish it to be linked here, please send a PR editing this file.

License