proxy

Pproxy
Bun

Symbol

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:password@127.0.0.1:8080"
});