HTTP: Difference between revisions

Content deleted Content added
Line 91:
print url.read()
url.close()</python>
 
<python>import urllib
print urllib.urlopen("http://rosettacode.org").read()</python>
 
=={{header|Ruby}}==