Expand description
Ghola sidecar HTTP client.
Forwards all HTTP requests to a locally running
Ghola sidecar
(127.0.0.1:18789). When stealth mode is enabled, the sidecar
applies temporal drift and ghost signing to every outgoing request.
The sidecar is an external Go binary. If it is not already running,
GholaHttpClient::ensure_ready will attempt to spawn it via
ghola --serve and wait for the bridge to become reachable.
Structs§
- Ghola
Http Client - HTTP client that forwards requests to the Ghola sidecar bridge
running on
127.0.0.1:18789. Whenstealthistrue, the bridge applies temporal drift and ghost signing to every request.
Functions§
- ghola_
in_ path - Returns
trueif thegholabinary is reachable via PATH.