Function fetch

Source
pub fn fetch(
    url: RcStr,
    user_agent: Option<RcStr>,
    proxy_option: Vc<OptionProxyConfig>,
) -> Vc<FetchResult>