Expand description
HTTPS onion-exit request/response adapter.
This protocol is intentionally application-layer HTTPS. Clients can send an HTTPS request description over the route-aware onion circuit, the exit performs the request, and the response is sent back over the circuit return path.
A browser page exit is constrained by the host browser’s fetch capability: CORS, forbidden
headers, credentials policy, and extension host permissions still apply. A full arbitrary HTTPS
exit must run in a browser-extension or native context that grants those fetch permissions.
Structs§
- Onion
Https Request - One HTTPS request executed by an HTTPS exit.
- Onion
Https Response - One HTTPS response returned by an HTTPS exit.