Skip to main content

outbound_client

Function outbound_client 

Source
pub fn outbound_client(env: &Arc<Env>) -> &'static Client
Expand 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.