CarloToso

Results 27 issues of CarloToso

# PR Summary Very small cleanup of WebCmdlets ## PR Context ## PR Checklist - [x] [PR has a meaningful title](https://github.com/PowerShell/PowerShell/blob/master/.github/CONTRIBUTING.md#pull-request---submission) - Use the present tense and imperative mood when...

CL-CodeCleanup
Small

# PR Summary Untested and in an early stage, it probably won't work yet. This PR aims to add `-UnixSocket` support to `Invoke-WebRequest` and `Invoke-RestMehtod` - Switched from `System.Net.HttpClientHandler` to...

Extra Small

# PR Summary Add -PreserveHttpMethodOnRedirect switch to preserve the original HTTP method used in `Invoke-RestMethod,` and `Invoke-WebRequest` upon redirect. Replace some code with switch expressions ## PR Context Fixes #14531...

Review - Needed
WG-Cmdlets-Utility
CL-General
Small

# PR Summary Add `-FollowRelLink` parameter to Invoke-WebRequest - Move `-FollowRelLink` and `-MaximumFollowRelLink` from InvokeRestMethodCommand.Common.cs to WebCmdletsPsCmdlet.Common.cs - Remove `_parseRelLink` --> we always ParseLinkHeader for both IWR and IRM -...

Waiting on Author
Extra Small

### Prerequisites - [X] Write a descriptive title. - [X] Make sure you are able to repro it on the [latest released version](https://github.com/PowerShell/PowerShell/releases) - [X] Search the existing issues. -...

Issue-Discussion
WG-Cmdlets-Utility
Needs-Triage

# PR Summary Fix Bug: `-OutputFile $null` / `-OutputFile ''` cause -OutputFile to be ignored ## PR Context #19043 ## PR Checklist - [ ] [PR has a meaningful title](https://github.com/PowerShell/PowerShell/blob/master/.github/CONTRIBUTING.md#pull-request---submission)...

Extra Small

### Prerequisites - [X] Write a descriptive title. - [X] Make sure you are able to repro it on the [latest released version](https://github.com/PowerShell/PowerShell/releases) - [X] Search the existing issues. -...

WG-Cmdlets-Utility
Needs-Triage
In-PR

### Summary of the new feature / enhancement In WebRequestPSCmdlet.Common.cs line 1399 if we provide a `-Uri` with no scheme it defaults to http, is this the desired behaviour in...

Issue-Enhancement
Up-for-Grabs
WG-Cmdlets-Utility

# PR Summary Small cleanup Invoke-RestMethod ## PR Context ## PR Checklist - [ ] [PR has a meaningful title](https://github.com/PowerShell/PowerShell/blob/master/.github/CONTRIBUTING.md#pull-request---submission) - Use the present tense and imperative mood when describing...

# PR Summary - Consider Content-Disposition in the autonaming of downloaded files - Add handling of edge case in naming - Add tests ## PR Context Contributes to #11671 follow...

WG-Cmdlets
Documentation Needed in this repo
CL-General
Needs-Triage
Medium
WG-Reviewed