Jump to content

HTTP: Difference between revisions

103 bytes added ,  6 months ago
imported>Gabrielsroka
imported>Gabrielsroka
Line 2,286:
 
=={{header|PowerShell}}==
<syntaxhighlight lang="powershell">
Invoke-WebRequest 'http://www.rosettacode.org'
</syntaxhighlight>
 
<syntaxhighlight lang="powershell">
$wc = New-Object Net.WebClient
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.