/Knowledge/sources/honojs__hono/llms-full/conninfo-helper-usage--c8dbc9ab6047.md
ConnInfo Helper: Usage - hono-docs
ConnInfo Helper: Usage Source evidence: /Sources/honojs hono/provenance.md Canonical citation: https://hono.dev/llms full.txt usage Summary Content Metadata
ConnInfo Helper: Usage
Source evidence: /Sources/honojs__hono/provenance.md Canonical citation: https://hono.dev/llms-full.txt#usage
Summary
ts const app = new Hono() app.get('/', (c) => { const info = getConnInfo(c) // info is `ConnInfo` return c.text(`Your remote address is ${info.remote.address}`) })
Content
const app = new Hono()
app.get('/', (c) => {
const info = getConnInfo(c) // info is `ConnInfo`
return c.text(`Your remote address is ${info.remote.address}`)
})
Metadata
{
"chunk_index": 0,
"citation": "https://hono.dev/llms-full.txt#usage",
"coverage_role": "overview",
"qualified_title": "Hono / llms-full / ConnInfo Helper > Usage",
"retrieved_at": "2026-07-02T05:51:01Z",
"section_index": 630,
"source_id": "/honojs/hono",
"source_type": "llms_full",
"target_label": "llms-full",
"title": "ConnInfo Helper: Usage",
"upstream_url": "https://hono.dev/llms-full.txt",
"version": "2026"
}