top | item 41333344

(no title)

moreati | 1 year 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.

discuss

order

ndegruchy|1 year 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|1 year ago

I was thinking "web curl", like, an alternative to fetch() or XMLHttpRequest that exposed even more stuff.