Update of "HashCache"

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview

Artifact ID: 0e214ee17c18b814b802c1f52c75c046900ed523
Page Name:HashCache
Date: 2015-12-16 20:46:54
Original User: rkeene
Mimetype:text/x-markdown
Content

HashCache

Simple caching system that caches remote URL contents, addressed by cryptographic hash (SHA-1, SHA-256, etc) and allows retrieval over HTTP.

To use it you simply request specify the hashing algorithm (sha1 and sha256 are currently supported) and hash of the data you wish to retrieve. If it is already cached is returned immediately, otherwise the "X-Cache-URL" HTTP header sent with the request is examined for a URL to fetch to cache this contents.

https://hashcache.rkeene.org/ is running this service.