microsoft / winget-cli

WinGet is the Windows Package Manager. This project includes a CLI (Command Line Interface), PowerShell modules, and a COM (Component Object Model) API (Application Programming Interface).
https://learn.microsoft.com/windows/package-manager/
MIT License
22.55k stars 1.4k forks source link

Refactor HttpClientHelper to CommonCore #4371

Closed ryfu-msft closed 2 months ago

ryfu-msft commented 2 months ago

Separates the HttpClientHelper from the RestSource and moves it into CommonCore so that it is easier to make http requests in the future.

Changes: