Function tor_dirmgr::bootstrap::fetch_single

source ยท
async fn fetch_single<R: Runtime>(
    rt: &R,
    request: ClientRequest,
    current_netdir: Option<&NetDir>,
    circmgr: Arc<CircMgr<R>>
) -> Result<(ClientRequest, DirResponse)>
Expand description

Launch a single client request and get an associated response.