From 50ba690cada5fd9dde611e07597681c15ff69ae9 Mon Sep 17 00:00:00 2001 From: Jarred Sumner Date: Wed, 1 May 2024 03:17:06 -0700 Subject: [PATCH] Update proxy.md --- docs/guides/http/proxy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/http/proxy.md b/docs/guides/http/proxy.md index 5ae14f45e1192a..5b8ffb386e7849 100644 --- a/docs/guides/http/proxy.md +++ b/docs/guides/http/proxy.md @@ -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.