6 ms·
Was fully expecting wcurl to be an alternative name for curl on Windows, because Microsoft made "curl" an alias for their own http downloader command in Powersh
by moreati 2y ago
Was fully expecting wcurl to be an alternative name for curl on Windows, because Microsoft made "curl" an alias for their own http downloader command in Powershell.
- ndegruchy 2y ago`curl.exe` is actually the real deal curl, now. Though it's got less built options than a standard Linux distro version. I don't know if they still alias it in PowerShell, but you can still use curl.exe to get it.
- Izkata 2y agoI was thinking "web curl", like, an alternative to fetch() or XMLHttpRequest that exposed even more stuff.