/Wiki/sources/honojs__hono/2026/https-hono-dev-llms-full-txt-client-examples-4bd084a19b65-client-examples-s0200-c0000.md
Client Examples - hono-docs
Client Examples Source evidence: /Sources/raw/honojs hono/honojs hono.md Canonical citation: https://hono.dev/llms full.txt client examples Summary sh Via pa...
Client Examples
Source evidence: /Sources/raw/honojshono/honojshono.md Canonical citation: https://hono.dev/llms-full.txt#client-examples
Summary
## Content
```sh
# Via path
curl http://localhost:8787/ar/home
# Via query parameter
curl http://localhost:8787/?lang=ar
# Via cookie
curl -H 'Cookie: language=ja' http://localhost:8787/
# Via header
curl -H 'Accept-Language: ar,en;q=0.9' http://localhost:8787/