Update proxy.md

This commit is contained in:
Jarred Sumner
2024-05-01 03:17:06 -07:00
parent 2b193095d3
commit 50ba690cad

View File

@@ -1,5 +1,5 @@
---
name: Send HTTP requests through a proxy with fetch()
name: Proxy HTTP requests using fetch()
---
In Bun, `fetch` supports sending requests through an HTTP or HTTPS proxy. This is useful on corporate networks or when you need to ensure a request is sent through a specific IP address.