<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/urllib3.git/docs, branch httpheaderdict-requests</title>
<subtitle>github.com: shazow/urllib3.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/urllib3.git/'/>
<entry>
<title>New coinbase code in docs.</title>
<updated>2015-05-25T18:21:31+00:00</updated>
<author>
<name>Andrey Petrov</name>
<email>andrey.petrov@shazow.net</email>
</author>
<published>2015-05-25T18:21:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/urllib3.git/commit/?id=07b2646f58ea5f8572193a210dd61f1c2e106e55'/>
<id>07b2646f58ea5f8572193a210dd61f1c2e106e55</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add security doc to front page.</title>
<updated>2015-03-17T19:44:45+00:00</updated>
<author>
<name>Cory Benfield</name>
<email>lukasaoz@gmail.com</email>
</author>
<published>2015-03-17T19:44:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/urllib3.git/commit/?id=fd801595e491d85161e6555b9488d679ccdf7b15'/>
<id>fd801595e491d85161e6555b9488d679ccdf7b15</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Simplified stream docs example.</title>
<updated>2015-03-14T21:55:55+00:00</updated>
<author>
<name>Andrey Petrov</name>
<email>shazow@gmail.com</email>
</author>
<published>2015-03-14T21:55:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/urllib3.git/commit/?id=941f65f810ce9c3d0dcbb17662e01b4264758ac0'/>
<id>941f65f810ce9c3d0dcbb17662e01b4264758ac0</id>
<content type='text'>
Cc: #560</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Cc: #560</pre>
</div>
</content>
</entry>
<entry>
<title>implement generator for chunked responses</title>
<updated>2015-03-14T10:16:50+00:00</updated>
<author>
<name>Tomas Tomecek</name>
<email>ttomecek@redhat.com</email>
</author>
<published>2015-03-02T21:27:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/urllib3.git/commit/?id=f21c2a2b73e4256ba2787f8470dbee6872987d2d'/>
<id>f21c2a2b73e4256ba2787f8470dbee6872987d2d</id>
<content type='text'>
New method `read_chunked` of class `urllib3.response.HTTPResponse` is able to
read chunks as they come by providing generator. This method is used in method
`stream`. If response is chunked, `stream` method will use `read_chunked`
method to provide chunks.

References used for this implementation:

 * https://gist.github.com/ericflo/514507
 * http://blog.dowski.com/2008/04/02/reading-chunked-http11-responses/
 * https://hg.python.org/cpython/file/2.7/Lib/httplib.py
 * https://gist.github.com/josiahcarlson/3250376 (Server which produces chunked responses)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
New method `read_chunked` of class `urllib3.response.HTTPResponse` is able to
read chunks as they come by providing generator. This method is used in method
`stream`. If response is chunked, `stream` method will use `read_chunked`
method to provide chunks.

References used for this implementation:

 * https://gist.github.com/ericflo/514507
 * http://blog.dowski.com/2008/04/02/reading-chunked-http11-responses/
 * https://hg.python.org/cpython/file/2.7/Lib/httplib.py
 * https://gist.github.com/josiahcarlson/3250376 (Server which produces chunked responses)
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename new warning to InsecurePlatformWarning.</title>
<updated>2015-03-03T19:11:51+00:00</updated>
<author>
<name>Cory Benfield</name>
<email>lukasaoz@gmail.com</email>
</author>
<published>2015-03-03T19:11:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/urllib3.git/commit/?id=df09aec17822bf11a8d9dab0cc40758cacae1c2c'/>
<id>df09aec17822bf11a8d9dab0cc40758cacae1c2c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Clean up documents for config warning.</title>
<updated>2015-03-02T22:06:28+00:00</updated>
<author>
<name>Cory Benfield</name>
<email>lukasaoz@gmail.com</email>
</author>
<published>2015-03-02T22:06:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/urllib3.git/commit/?id=dc61efb2f75e9a59ec6134f5fe688ba87b676c5b'/>
<id>dc61efb2f75e9a59ec6134f5fe688ba87b676c5b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Emit warnings when SSLContext isn't available.</title>
<updated>2015-03-02T20:16:58+00:00</updated>
<author>
<name>Cory Benfield</name>
<email>lukasaoz@gmail.com</email>
</author>
<published>2015-03-02T20:16:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/urllib3.git/commit/?id=efa5af8cb5ab6438026a269b04f7b21c079cfc64'/>
<id>efa5af8cb5ab6438026a269b04f7b21c079cfc64</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Minor edits to docs.</title>
<updated>2015-02-06T22:07:24+00:00</updated>
<author>
<name>Shivan Sornarajah</name>
<email>github@sornars.com</email>
</author>
<published>2015-02-06T22:07:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/urllib3.git/commit/?id=0a6502df40ff0257cbacca872d2588800753f047'/>
<id>0a6502df40ff0257cbacca872d2588800753f047</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added documentation on context manager usage.</title>
<updated>2015-02-06T21:29:14+00:00</updated>
<author>
<name>Shivan Sornarajah</name>
<email>github@sornars.com</email>
</author>
<published>2015-02-06T21:23:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/urllib3.git/commit/?id=5dec1ab3c7bef0f049c58b67259237f9c6d7a343'/>
<id>5dec1ab3c7bef0f049c58b67259237f9c6d7a343</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated formatting</title>
<updated>2015-01-02T16:58:35+00:00</updated>
<author>
<name>BenjamenMeyer</name>
<email>ben.meyer@rackspace.com</email>
</author>
<published>2015-01-02T16:58:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/urllib3.git/commit/?id=fa63bd9939f4fe172317a5f14aed57430d0399e1'/>
<id>fa63bd9939f4fe172317a5f14aed57430d0399e1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
