[PR #217] [MERGED] Render inherited auth and headers #142

Closed
opened 2025-12-29 07:19:31 +01:00 by adam · 0 comments
Owner

📋 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: masterHead: render-resolved


📝 Commits (2)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/mountain-loop/yaak/pull/217 **Author:** [@gschier](https://github.com/gschier) **Created:** 5/26/2025 **Status:** ✅ Merged **Merged:** 5/26/2025 **Merged by:** [@gschier](https://github.com/gschier) **Base:** `master` ← **Head:** `render-resolved` --- ### 📝 Commits (2) - [`f28c38f`](https://github.com/mountain-loop/yaak/commit/f28c38fe245a069901bb22e4c1903f73f8c7249f) Render resolved auth and headers - [`d63278a`](https://github.com/mountain-loop/yaak/commit/d63278aee880ee555c16a6ec9183e3d53333e17a) Remove print ### 📊 Changes **7 files changed** (+132 additions, -60 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description Inherited auth and headers weren't being rendered before send, so here's the fix. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 07:19:31 +01:00
adam closed this issue 2025-12-29 07:19:31 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/yaak#142