Skip to main content

Module ghola

Module ghola 

Source
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§

GholaHttpClient
HTTP client that forwards requests to the Ghola sidecar bridge running on 127.0.0.1:18789. When stealth is true, the bridge applies temporal drift and ghost signing to every request.

Functions§

ghola_in_path
Returns true if the ghola binary is reachable via PATH.