pub fn outbound_client(env: &Arc<Env>) -> &'static ClientExpand description
A [reqwest::Client] for requests to user-provided urls, refusing to connect to any address
covered by APP_BLOCKED_CIDRS, both on the initial request and on every redirect.