Module req

Source
Expand description

Request objects used to implement onion services.

These requests are yielded on a stream, and the calling code needs to decide whether to permit or reject them.

Structs§

RendRequest
Request to complete an introduction/rendezvous handshake.
RendRequestContext 🔒
Keys and objects needed to answer a RendRequest.
StreamRequest
A request from a client to open a new stream to an onion service.