Skip to content

Instantly share code, notes, and snippets.

@rgbkrk
Last active December 29, 2015 14:19
Show Gist options
  • Save rgbkrk/7682837 to your computer and use it in GitHub Desktop.
Save rgbkrk/7682837 to your computer and use it in GitHub Desktop.
Wow, this is how you cURL in PowerShell
Invoke-RestMethod -Uri "http://www.google.com" -Outfile "index.html" -UserAgent "hURL, ©20xx Microsoft"
@rgbkrk
Copy link
Author

rgbkrk commented Nov 27, 2013

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment