HTTP: Difference between revisions

Content added Content deleted
Line 69:
One-liner
 
<bash>$ python -c 'print __import__("urllib").urlopen("http://www.rosettacode.org").read()'</bash>