mirror of
https://github.com/kennethreitz/dive-into-python3.git
synced 2026-06-05 23:10:17 +00:00
build fiddling
This commit is contained in:
@@ -209,7 +209,7 @@ Cache-Control: max-age=31536000, public</samp></pre>
|
||||
|
||||
<h2 id=whats-on-the-wire>What’s On The Wire?</h2>
|
||||
|
||||
<p>To see why this is inefficient and rude, let’s turn on the debugging features of Python’s <abbr>HTTP</abbr> library and see what’s being sent “on the wire.”
|
||||
<p>To see why this is inefficient and rude, let’s turn on the debugging features of Python’s <abbr>HTTP</abbr> library and see what’s being sent “on the wire” (<i>i.e.</i> over the network).
|
||||
|
||||
<pre class=screen>
|
||||
<samp class=p>>>> </samp><kbd class=pp>from http.client import HTTPConnection</kbd>
|
||||
|
||||
Reference in New Issue
Block a user