/Wiki/sources/honojs__hono/2026/https-hono-dev-llms-full-txt-notes-5db8cf5c2e2e-notes-s0350-c0000.md
Notes (1) - hono-docs
Notes (1) Source evidence: /Sources/raw/honojs hono/honojs hono.md Canonical citation: https://hono.dev/llms full.txt notes Summary The duration for the time...
Notes (1)
Source evidence: /Sources/raw/honojshono/honojshono.md Canonical citation: https://hono.dev/llms-full.txt#notes
Summary
- The duration for the timeout can be specified in milliseconds. The middleware will automatically reject the promise and potentially throw an error if the specified duration is exceeded. - The timeout middleware cannot be used with stre...
Content
The duration for the timeout can be specified in milliseconds. The middleware will automatically reject the promise and potentially throw an error if the specified duration is exceeded.
The timeout middleware cannot be used with stream Thus, use
stream.closeandsetTimeouttogether.