Command-line HTTP POST tool.
Drop-in wget --post-data for Windows batch files. No Cygwin, no WSL, no curl.
A tiny command-line HTTP client built for Windows batch files. Issues POST requests with form-encoded bodies, prints the response. Use it in .BAT scripts where curl isn't installed and PowerShell is overkill.
wpost https://example.com/api "name=Alice&role=admin"
Sends a POST to example.com/api with the body name=Alice&role=admin. The response body is printed to stdout.
49 small, sharp Windows utilities. All freeware. All by the same author.