mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-01-11 20:00:29 +01:00
[PR #217] [MERGED] Render inherited auth and headers #142
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/217
Author: @gschier
Created: 5/26/2025
Status: ✅ Merged
Merged: 5/26/2025
Merged by: @gschier
Base:
master← Head:render-resolved📝 Commits (2)
f28c38fRender resolved auth and headersd63278aRemove print📊 Changes
7 files changed (+132 additions, -60 deletions)
View changed files
📝
src-tauri/src/grpc.rs(+47 -25)📝
src-tauri/src/http_request.rs(+39 -17)📝
src-tauri/src/lib.rs(+8 -3)📝
src-tauri/yaak-ws/src/commands.rs(+15 -14)📝
src-tauri/yaak-ws/src/lib.rs(+1 -0)📝
src-tauri/yaak-ws/src/render.rs(+1 -1)➕
src-tauri/yaak-ws/src/resolve.rs(+21 -0)📄 Description
Inherited auth and headers weren't being rendered before send, so here's the fix.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.