mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-01-11 20:00:29 +01:00
[PR #127] [MERGED] Add proxy setting for HTTP requests #62
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/127
Author: @gschier
Created: 10/13/2024
Status: ✅ Merged
Merged: 10/13/2024
Merged by: @gschier
Base:
master← Head:proxy-setting📝 Commits (3)
1cc7ecaProxy setting working for HTTP but not gRPCfc98140Proxy authenticationcf6f183Re-gen models📊 Changes
16 files changed (+585 additions, -374 deletions)
View changed files
📝
rustfmt.toml(+6 -0)📝
src-tauri/Cargo.lock(+241 -150)➕
src-tauri/migrations/20241012181547_proxy-setting.sql(+1 -0)📝
src-tauri/src/http_request.rs(+43 -32)📝
src-tauri/src/lib.rs(+3 -2)📝
src-tauri/yaak_grpc/Cargo.toml(+18 -15)📝
src-tauri/yaak_grpc/src/manager.rs(+13 -27)📝
src-tauri/yaak_grpc/src/proto.rs(+47 -42)📝
src-tauri/yaak_models/bindings/models.ts(+5 -1)📝
src-tauri/yaak_models/src/models.rs(+35 -11)📝
src-tauri/yaak_models/src/queries.rs(+36 -82)📝
src-web/components/Settings/Settings.tsx(+6 -1)📝
src-web/components/Settings/SettingsGeneral.tsx(+10 -10)➕
src-web/components/Settings/SettingsProxy.tsx(+119 -0)📝
src-web/components/core/Banner.tsx(+1 -0)📝
src-web/components/core/PlainInput.tsx(+1 -1)📄 Description
Wasn't able to get it working for gRPC
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.