CarloToso
CarloToso
# PR Summary Replaces #18995 after the changes in #19249 - Replaces `HttpClientHanlder` with `SocketsHttpHandler` - Adds support for UnixSockets - Now passes all the tests Syntax: `curl --unix-socket /var/run/docker.sock...
# PR Summary 1. Add FileNameStar to MultipartFileContent - The parameters filename and filename* differ only in that filename* uses the encoding defined in [RFC 5987](https://datatracker.ietf.org/doc/html/rfc5987). When both filename and...
# PR Summary Enable more nullable comments in WebCmdlets, please review carefully. ## PR Context Follow up to #19291 ## PR Checklist - [ ] [PR has a meaningful title](https://github.com/PowerShell/PowerShell/blob/master/.github/CONTRIBUTING.md#pull-request---submission)...
# PR Summary - Add EncodingHelper to detect the response encoding from the BOM - Add tests ## PR Context using: https://source.dot.net/#System.Private.CoreLib/src/libraries/System.Private.CoreLib/src/System/IO/StreamReader.cs fixes #11547 ## PR Checklist - [ ]...
# PR Summary Enable nullable annotations in WebRequestPSCmdlet.Common.cs, please review carefully. ## PR Context Discussed with @iSazonov in #19128 After #19249 After #19359 ## PR Checklist - [ ] [PR...
# PR Summary It seems we can't remove `Microsoft.PowerShell.Commands.WebProxy` because we need to implement `IEquatable` Replaces `System.Net.IWebProxy` with `System.Net.WebProxy` ## PR Context Discussed with @iSazonov in another PR https://github.com/PowerShell/PowerShell/pull/19359#discussion_r1143198611 ##...
# PR Summary I reproduced the issue with every method except POST; now it should work correctly In PS 7.4 and 7.4.1 PUT had the same behaviour as POST, so...