/Knowledge/sources/honojs__hono/llms-full/proxy-helper-proxy-proxyfetch--8174ded53e40.md
Proxy Helper: proxy() > ProxyFetch - hono-docs
Proxy Helper: proxy() ProxyFetch Source evidence: /Sources/honojs hono/provenance.md Canonical citation: https://hono.dev/llms full.txt proxyfetch Summary Th...
Proxy Helper: proxy() > ProxyFetch
Source evidence: /Sources/honojs__hono/provenance.md Canonical citation: https://hono.dev/llms-full.txt#proxyfetch
Summary
The type of proxy() is defined as ProxyFetch and is as follows ```ts interface ProxyRequestInit extends Omit { raw?: Request customFetch?: (request: Request) => Promise strictConnectionProcessing?: boolean headers?: | HeadersInit | [...
Content
The type of proxy() is defined as ProxyFetch and is as follows
interface ProxyRequestInit extends Omit<RequestInit, 'headers'> {
raw?: Request
customFetch?: (request: Request) => Promise<Response>
strictConnectionProcessing?: boolean
headers?:
| HeadersInit
| [string, string][]
| Record<RequestHeader, string | undefined>
| Record<string, string | undefined>
}
interface ProxyFetch {
(
input: string | URL | Request,
init?: ProxyRequestInit
): Promise<Response>
}
Metadata
{
"chunk_index": 0,
"citation": "https://hono.dev/llms-full.txt#proxyfetch",
"coverage_role": "overview",
"qualified_title": "Hono / llms-full / Proxy Helper > `proxy()` > `ProxyFetch`",
"retrieved_at": "2026-07-02T05:51:01Z",
"section_index": 683,
"source_id": "/honojs/hono",
"source_type": "llms_full",
"target_label": "llms-full",
"title": "Proxy Helper: proxy() > ProxyFetch",
"upstream_url": "https://hono.dev/llms-full.txt",
"version": "2026"
}