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