mirror of
https://github.com/kennethreitz/kjvstudy.org.git
synced 2026-06-05 23:00:16 +00:00
1cb9586b4d
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>