rsnext/docs/api-routes
Colin Rice 079b507327
Add API config to allow disabling response size warning (#34700)
Adds an API config option that disables warning a user when their API response body is over 4 megs. This has been added for users who'd like to stream larger amounts of data from their API acknowledging the drawbacks. This config mirrors the existing [`externalResolver` config](https://nextjs.org/docs/api-routes/api-middlewares#custom-config).

Closes: [#33162](https://github.com/vercel/next.js/issues/33162)

Co-authored-by: JJ Kasper <22380829+ijjk@users.noreply.github.com>
2022-02-25 02:04:02 +00:00
..
api-middlewares.md Add API config to allow disabling response size warning (#34700) 2022-02-25 02:04:02 +00:00
dynamic-api-routes.md Simplify code examples for dynamic API routes (#22546) 2021-02-26 18:43:41 +00:00
introduction.md docs(api-routes): fix node docs links (#34125) 2022-02-09 15:02:53 +00:00
response-helpers.md Fix typo (#34480) 2022-02-17 15:18:59 +00:00