-
Notifications
You must be signed in to change notification settings - Fork 8.1k
Closed
Closed
Copy link
Labels
In-PRIndicates that a PR is out for the issueIndicates that a PR is out for the issueIssue-Enhancementthe issue is more of a feature request than a bugthe issue is more of a feature request than a bugWG-Cmdlets-Utilitycmdlets in the Microsoft.PowerShell.Utility modulecmdlets in the Microsoft.PowerShell.Utility module
Description
Summary of the new feature/enhancement
curl has the parameter --unix-socket which is super useful when dealing with those services which use them (like Docker). for example:
curl --unix-socket /var/run/docker.sock http://v1.40/images/json| convertfrom-json
It seems that our webrequest and restmethods should support this.
Proposed technical implementation details (optional)
One possible approach would be to allow the uri property to encode the path to the socket
It seems like the cmdlets have enough parameter sets, but adding parameter sets for this might also be reasonable.
aetos382, fsackur, aDisplayName, SeminDM and OCram85
Metadata
Metadata
Assignees
Labels
In-PRIndicates that a PR is out for the issueIndicates that a PR is out for the issueIssue-Enhancementthe issue is more of a feature request than a bugthe issue is more of a feature request than a bugWG-Cmdlets-Utilitycmdlets in the Microsoft.PowerShell.Utility modulecmdlets in the Microsoft.PowerShell.Utility module