cloudflare/chanfana

Implement Content Negotiation to Support Multiple Response Formats

jdahlborg opened this issue · 1 comments

To accommodate diverse client preferences, I propose introducing content negotiation. This feature allows clients to request their preferred content format (e.g., JSON, XML, HTML) via the Accept header, enabling the API to automatically adapt and serve the optimal media type.

May i look into this?