Skip to content

Commit

Permalink
Merge pull request #33 from int-ua/master
Browse files Browse the repository at this point in the history
Closing #30
  • Loading branch information
kennethreitz committed Feb 7, 2016
2 parents a926ad3 + dcfa0e2 commit 793871b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion http-web-services.html
Original file line number Diff line number Diff line change
Expand Up @@ -592,7 +592,7 @@ <h3 id=httplib2-etags>How <code>httplib2</code> Handles <code>Last-Modified</cod
<li>However, you still get the data in the <var>content</var> variable. Generally, you don&#8217;t need to know why a response was served from the cache. (You may not even care that it was served from the cache at all, and that&#8217;s fine too. <code>httplib2</code> is smart enough to let you act dumb.) By the time the <code>request()</code> method returns to the caller, <code>httplib2</code> has already updated its cache and returned the data to you.
</ol>

<h3 id=httplib2-compression>How <code>http2lib</code> Handles Compression</h3>
<h3 id=httplib2-compression>How <code>httplib2</code> Handles Compression</h3>

<aside>&#8220;We have both kinds of music, country AND western.&#8221;</aside>

Expand Down

0 comments on commit 793871b

Please sign in to comment.