Installation
Pick your binding. Once it is installed, head to First Request to send something.
- Go
- Python
- Node.js
- .NET
go get github.com/sardanioss/httpcloak
Requires Go 1.22+. The Go core has no cgo dependency.
pip install httpcloak
Wheels ship for linux-x64, linux-arm64, darwin-x64, darwin-arm64, win32-x64. Python 3.9+.
npm install httpcloak
Node 18+. Optional native deps auto-resolve to your platform; ESM and CJS both supported.
dotnet add package HttpCloak
.NET 8+ on the same five platforms as Python. Uses P/Invoke to call into the shared library.
Next: send your first request.