zlorgoncho1 / sprint

A lightweight, high-performance Go web framework focusing on simplicity, with built-in support for JSON & HTML responses. Perfect for building efficient, scalable server-side applications. Currently in active development. Contributions welcome!
MIT License
13 stars 5 forks source link

Implement Content-Type Negotiation in Response Handling #5

Open zlorgoncho1 opened 10 months ago

zlorgoncho1 commented 10 months ago

Enable the server to handle different content types (like XML, YAML) based on the Accept header in the request.