The Proxy Helper provides functionality to proxy requests to backend servers with automatic header handling.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/honojs/hono/llms.txt
Use this file to discover all available pages before exploring further.
Import
Functions
proxy()
Proxy a request to a backend server.The target URL to proxy to
Optional proxy configuration
The proxied response
Options
Custom fetch implementation
Advanced Usage
Security Features
- Automatically removes hop-by-hop headers
- Prevents Connection header injection
- Handles encoding properly
- Preserves request body and method