Skip to content

You're viewing documentation for a pre-release version. View the latest stable version

Case

BodySizeLimit.default

Whatever ceiling is configured for the body being read.
case `default`

Discussion

For a request body that is maxBodySize: the application’s defaultMaxBodySize unless the route or a middleware changed it. For a response the client received it is maxBodySize. A body this process built itself has no configured ceiling, so there this means no ceiling.