Gregory Schier
6c9791cf0b
Fix multiple Set-Cookie headers not being preserved
...
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 >
2026-01-04 19:44:33 -08:00
Gregory Schier
25d51a017e
Implement custom cookie handling in HTTP transaction layer ( #334 )
2025-12-29 09:47:53 -08:00
Gregory Schier
394fbbd55d
Refactor content viewer components and use for multpart and request body ( #333 )
2025-12-28 13:25:24 -08:00
Gregory Schier
ba00274045
Switch back to unbounded channel
2025-12-28 08:41:56 -08:00
Gregory Schier
26a3e88715
Store and show request body in UI ( #327 )
2025-12-28 08:07:42 -08:00
Gregory Schier
089c7e8dce
Http response events ( #326 )
2025-12-21 14:34:37 -08:00
Gregory Schier
5776bab288
Tweak response pane and refactor timings
2025-12-21 06:24:01 -08:00
Gregory Schier
46933059f6
Split up HTTP sending logic ( #320 )
2025-12-20 14:10:55 -08:00
Gregory Schier
cfbfd66eef
Reformat project
2025-12-13 08:10:12 -08:00
Gregory Schier
c4b559f34b
Support client certificates ( #319 )
2025-12-10 13:54:22 -08:00
Zhizhen He
a4c4663011
Merge pull request #298
...
* fix: replace unstable from_mins to stable from_secs
2025-11-12 07:01:58 -08:00
Gregory Schier
6389fd3b8f
Connection re-use for plugin networking and beta NTLM plugin ( #295 )
2025-11-10 14:41:49 -08:00
Gregory Schier
b71bc2cc92
Fix gRPC/WS hang because of ALPN
...
https://feedback.yaak.app/p/grpc-stalls-at-inspecting-schema-no-timeout-no-manual-proto
2025-08-02 09:37:28 -07:00
Gregory Schier
93c6f6d611
re-enable http/2 support
2025-07-27 07:38:12 -07:00
Gregory Schier
1d9d80319b
Upgrade dependencies
2025-06-06 19:32:25 -07:00
Andy Bao
bd1986f31f
Fix "Validate TLS Certificates" option for WS and GRPC ( #218 )
2025-05-29 07:02:27 -07:00
Gregory Schier
ce885c3551
port window ext from encryption PR
2025-03-26 11:46:55 -07:00
Gregory Schier
fcf2577430
Url parameters for websocket URLs
2025-02-03 11:40:19 -08:00