Lines Matching +full:flat +full:- +full:cache
3 <!--#include virtual="header.html" -->
8 <!--#include virtual="titlebar.html" -->
23 <dt>Keep-Alive</dt>
24 <dd>Supports HTTP 1.1 Keep-Alive, keeping the socket
36 …<li><a href="http://franklinmint.fm/2006/02/28/draft-sayre-http-hmac-digest.html">HMAC Digest</a><…
43 cache that understands the Cache-Control: header and
44 uses both the ETag and Last-Modified cache validators.
71 h = httplib2.Http(".cache")
84 h = httplib2.Http(".cache")
88 headers={'content-type':'text/plain'} )
91 <p>Use the Cache-Control: header to control
95 h = httplib2.Http(".cache")
99 headers={'cache-control':'no-cache'})
106 on-disk cache and no request will be made to the server.
107 You can use the Cache-Control: header to change the caches behavior and
108 in this example the second request adds the Cache-Control: header with a value
109 of 'no-cache' which tells the library that the cached copy
147 … XML.com, <a href="http://www.xml.com/pub/a/2006/02/01/doing-http-caching-right-introducing-httpli…
149 <a href="http://www.xml.com/pub/a/2006/03/29/httplib2-http-persistence-and-authentication.html">
166 <li>A pluggable store for the cache is in place, with plugins for
167 flat files and memcached.
168 I eventually want to have plugins that allow keeping the cache in Berkeley DB, MySQL, etc.</li>
199 <p style="font-size: small">This page last updated on: $LastChangedDate$.</p>
203 <!--#include virtual="footer.html" -->