/Wiki/sources/honojs__hono/2026/https-hono-dev-llms-full-txt-examples-1d0be4a70646-examples-s0681-c0002.md
Examples (3) - hono-docs
Examples (3) Source evidence: /Sources/raw/honojs hono/honojs hono.md Canonical citation: https://hono.dev/llms full.txt examples Summary You can override th...
Examples (3)
Source evidence: /Sources/raw/honojshono/honojshono.md Canonical citation: https://hono.dev/llms-full.txt#examples
Summary
You can override the default global fetch function with the customFetch option: ts app.get('/proxy', (c) => { return proxy('https://example.com/', { customFetch, }) })
Content
You can override the default global fetch function with the customFetch option:
app.get('/proxy', (c) => {
return proxy('https://example.com/', {
customFetch,
})
})