/Wiki/sources/honojs__hono/2026/https-hono-dev-llms-full-txt-body-limit-middlewa-8992dc6c9e22-body-limit-middleware-s0261-c0000.md
Body Limit Middleware - hono-docs
Body Limit Middleware Source evidence: /Sources/raw/honojs hono/honojs hono.md Canonical citation: https://hono.dev/llms full.txt body limit middleware Summa...
Body Limit Middleware
Source evidence: /Sources/raw/honojshono/honojshono.md Canonical citation: https://hono.dev/llms-full.txt#body-limit-middleware
Summary
The Body Limit Middleware can limit the file size of the request body. This middleware first uses the value of the Content-Length header in the request, if present. If it is not set, it reads the body in the stream and executes an erro...
Content
The Body Limit Middleware can limit the file size of the request body.
This middleware first uses the value of the Content-Length header in the request, if present.
If it is not set, it reads the body in the stream and executes an error handler if it is larger than the specified file size.