/Wiki/sources/honojs__hono/2026/https-hono-dev-llms-full-txt-proxy-86c1d2636651-proxy-s0680-c0000.md
`proxy()` - hono-docs
proxy() Source evidence: /Sources/raw/honojs hono/honojs hono.md Canonical citation: https://hono.dev/llms full.txt proxy Summary proxy() is a fetch() API wr...
proxy()
Source evidence: /Sources/raw/honojshono/honojshono.md Canonical citation: https://hono.dev/llms-full.txt#proxy
Summary
proxy() is a fetch() API wrapper for proxy. The parameters and return value are the same as for fetch() (except for the proxy-specific options). The Accept-Encoding header is replaced with an encoding that the current runtime can...
Content
proxy() is a fetch() API wrapper for proxy. The parameters and return value are the same as for fetch() (except for the proxy-specific options).
The Accept-Encoding header is replaced with an encoding that the current runtime can handle. Unnecessary response headers are removed, and a Response object is returned that can be sent from the handler.