Jump to content

HTTP: Difference between revisions

m
Updated URL.
m (Updated URL.)
m (Updated URL.)
Line 1,560:
 
=={{header|PowerShell}}==
<lang powershell>$wc = New-Object Net.WebClient
$wc.DownloadString('http://www.rosettacodew3.org/Home.html')</lang>
$wc = New-Object Net.WebClient
$wc.DownloadString('http://www.rosettacode.org')
</lang>
 
=={{header|SWI-Prolog}}==
Cookies help us deliver our services. By using our services, you agree to our use of cookies.