mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-01-11 22:40:26 +01:00
Changed HttpResponse.headers from HashMap<String, String> to Vec<(String, String)> to preserve duplicate headers. This fixes the bug where only the last Set-Cookie header was stored when servers sent multiple cookies. Added test case for multiple Set-Cookie headers to prevent regression. Generated with [Claude Code](https://claude.ai/code) via [Happy](https://happy.engineering) Co-Authored-By: Claude <noreply@anthropic.com> Co-Authored-By: Happy <yesreply@happy.engineering>