bodyLimitContextKey top-level constant

String const bodyLimitContextKey

The context key carrying the active body limit.

Router.root installs it so a limit configured at the composition site reaches body extractors whose limit was fixed at build time.

Implementation

const bodyLimitContextKey = 'dust_server/body_limit';