Skip to main content

Bindings

httpcloak ships in four languages. Go is the native implementation. Python, Node.js, and .NET each call into the same cgo-built shared library, so the wire behaviour matches across all four surfaces.

In this section

  • Go: the native API, idiomatic Go
  • Python: a requests-shaped wrapper over cgo
  • Node.js: koffi-backed, ESM and CJS both work
  • .NET: P/Invoke wrapper for .NET 8+