PowerShell/src/Microsoft.PowerShell.Commands.Utility/commands/utility/WebCmdlet
Francisco Gamino 89a5c17d6b Fixing 'InFile parameter of Invoke-WebRequest doesn't work' and adding aliases (iwr for invoke-webrequest and irm for invoke-restmethod) to the web cmdlets. (#2848)
* Fixing Invoke-WebRequest InFile parameter

* Adding aliases for Invoke-RestMethod and Invoke-WebRequest

* Adding test cases for Web cmdlets -InFile parameter

* Adding tests for Invoke-WebRequest (iwr) and Invoke-RestMethod (irm) using the cmdlet aliases.

* Remove the extra leading space
2017-02-01 10:14:24 -08:00
..
Common Remove trailing whitespace (#3001) 2017-01-16 13:31:14 -08:00
CoreCLR Fixing 'InFile parameter of Invoke-WebRequest doesn't work' and adding aliases (iwr for invoke-webrequest and irm for invoke-restmethod) to the web cmdlets. (#2848) 2017-02-01 10:14:24 -08:00
FullClr Remove trailing whitespace (#3001) 2017-01-16 13:31:14 -08:00
ConvertFromJsonCommand.cs Remove trailing whitespace (#3001) 2017-01-16 13:31:14 -08:00
ConvertToJsonCommand.cs Remove trailing whitespace (#3001) 2017-01-16 13:31:14 -08:00
FormObject.cs Remove unused using statements 2016-08-03 12:06:06 -07:00
FormObjectCollection.cs Spelling comments (#2066) 2016-08-26 13:46:03 -07:00
JsonObject.cs Invoke-RestMethod cmdlet error if the response is neither JSON nor XML (#2862) 2016-12-15 00:06:26 -08:00
PSUserAgent.cs Initial run of code formatter 2016-08-01 15:57:03 -07:00
StreamHelper.cs Remove trailing whitespace (#3001) 2017-01-16 13:31:14 -08:00
WebCmdletElementCollection.cs Refactoring - use ?? in more places 2016-08-03 12:14:28 -07:00
WebRequestMethod.cs Initial run of code formatter 2016-08-01 15:57:03 -07:00
WebRequestSession.cs Spelling comments (#2066) 2016-08-26 13:46:03 -07:00