summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoman Haritonov <reclosedev@gmail.com>2013-10-12 21:58:35 +0400
committerRoman Haritonov <reclosedev@gmail.com>2013-10-12 21:58:35 +0400
commit1b55ac2e9d3f1614c5a219022c76102c8ecd5d13 (patch)
tree861e9a899cbaa66c3f510cd33a18dec510efc994
parente7c8a780798da34177737e08748d0436bc82b93a (diff)
downloadrequests-cache-1b55ac2e9d3f1614c5a219022c76102c8ecd5d13.tar.gz
Mention httpcache and CacheControl in README.rst
-rw-r--r--README.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 26512e0..fdb366a 100644
--- a/README.rst
+++ b/README.rst
@@ -32,6 +32,10 @@ Note
``requests-cache`` ignores all cache headers, it just caches the data for the
time you specify.
+If you need library which knows how to use HTTP headers and status codes,
+take a look at `httpcache <https://github.com/Lukasa/httpcache>`_ and
+`CacheControl <https://github.com/ionrock/cachecontrol>`_.
+
Links
-----