Override http_proxy or HTTPS_PROXY This is a custom property that is not part of the Fetch API specification.
property
BunFetchRequestInit.proxy
proxy?: string
const response = await fetch("http://example.com", {
proxy: "https://username:[email protected]:8080"
});