Pproxy
Bun

property

BunFetchRequestInit.proxy

proxy?: string

Override http_proxy or HTTPS_PROXY This is a custom property that is not part of the Fetch API specification.

const response = await fetch("http://example.com", {
 proxy: "https://username:[email protected]:8080"
});