mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-20 04:01:39 +00:00
Update cheatsheets
This commit is contained in:
@@ -13,6 +13,10 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
`Invoke-WebRequest {{http://example.com}} -OutFile {{path oile}}`
|
||||
|
||||
- Only return raw HTML data instead of parsing it under Internet Explorer (PowerShell 3.0-5.1 only):
|
||||
|
||||
`Invoke-WebRequest {{http://example.com}} -UseBasicParsing`
|
||||
|
||||
- Send form-encoded data (POST request of type `application/x-www-form-urlencoded`):
|
||||
|
||||
`Invoke-WebRequest -Method Post -Body @{ name='bob' } {{http://example.com/form}}`
|
||||
|
||||
Reference in New Issue
Block a user