🚀 Feature Proposal
As discussed in #1888 (comment) we have several points in the framework where it is assumed a response will be content-type: application/json. However, people use Fastify for more than just that one content type. So it would be appropriate to allow them to define how these responses should be constructed and sent.
🚀 Feature Proposal
As discussed in #1888 (comment) we have several points in the framework where it is assumed a response will be
content-type: application/json. However, people use Fastify for more than just that one content type. So it would be appropriate to allow them to define how these responses should be constructed and sent.