Skip to main content

Module https

Module https 

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

OnionHttpsRequest
One HTTPS request executed by an HTTPS exit.
OnionHttpsResponse
One HTTPS response returned by an HTTPS exit.