-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Request bodyLimit #4375
Copy link
Copy link
Closed
Labels
feature requestNew feature to be addedNew feature to be addedgood first issueGood for newcomersGood for newcomers
Metadata
Metadata
Assignees
Labels
feature requestNew feature to be addedNew feature to be addedgood first issueGood for newcomersGood for newcomers
Right now, you can set the
bodyLimitin two ways:A custom
ContentTypeParseror apreParsinghook function:serverLimitviaapp.initialConfig.bodyLimitrouteLimitunless a private APIrequest.context._parserOptions.limitI think we should add a getter
request.routeBodyLimitthat returns the customrouteLimit || serverLimitWDYT?
Ref Eomm/fastify-raw-body#35