mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-01-11 20:00:29 +01:00
[PR #251] [MERGED] fix http response load when filter #176
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/mountain-loop/yaak/pull/251
Author: @hxzhao527
Created: 8/14/2025
Status: ✅ Merged
Merged: 9/16/2025
Merged by: @gschier
Base:
main← Head:master📝 Commits (2)
6218ba0fix http response load when filter5694e48Refactor response handling: removeuseFilterResponseanduseResponseBodyBlob, consolidate filtering logic intouseResponseBodyTextand improve mimetype parsing📊 Changes
11 files changed (+97 additions, -102 deletions)
View changed files
📝
src-tauri/Cargo.lock(+11 -0)📝
src-tauri/Cargo.toml(+1 -0)📝
src-tauri/src/encoding.rs(+23 -12)📝
src-tauri/src/lib.rs(+27 -17)📝
src-web/components/responseViewers/HTMLOrTextViewer.tsx(+2 -2)📝
src-web/components/responseViewers/TextViewer.tsx(+4 -5)➖
src-web/hooks/useFilterResponse.ts(+0 -31)➖
src-web/hooks/useResponseBodyBlob.ts(+0 -12)📝
src-web/hooks/useResponseBodyText.ts(+9 -5)📝
src-web/lib/responseBody.ts(+16 -14)📝
src-web/lib/tauri.ts(+4 -4)📄 Description
fix
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.