Files
kennethreitz 1cb9586b4d WIP: Response handling patches for turboAPI Rust server
The Rust HTTP core always returns application/json content-type
regardless of the content_type field in the response dict. This is a
fundamental limitation of turboAPI's current Rust server - it was
designed for JSON APIs, not template-rendered HTML sites.

HTML content is correctly generated but served with wrong content-type,
causing browsers to download instead of render pages.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-20 00:57:18 -04:00
..
2025-11-30 21:26:59 -05:00
2025-12-01 13:48:47 -05:00