mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-01-11 20:00:29 +01:00
[PR #326] [MERGED] Http response events #248
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/326
Author: @gschier
Created: 12/21/2025
Status: ✅ Merged
Merged: 12/21/2025
Merged by: @gschier
Base:
main← Head:http-response-events📝 Commits (4)
b868517Emit events over channele7bf64eStore HTTP response events in DB4e699cbBetter response events timeline viewc2cc8a9Remove start/end request events📊 Changes
18 files changed (+779 additions, -74 deletions)
View changed files
📝
.gitignore(+1 -0)📝
src-tauri/src/http_request.rs(+24 -4)📝
src-tauri/src/lib.rs(+14 -2)📝
src-tauri/yaak-http/src/sender.rs(+117 -19)📝
src-tauri/yaak-http/src/transaction.rs(+41 -33)📝
src-tauri/yaak-models/bindings/gen_models.ts(+10 -1)📝
src-tauri/yaak-models/guest-js/atoms.ts(+1 -0)📝
src-tauri/yaak-models/guest-js/util.ts(+1 -0)➕
src-tauri/yaak-models/migrations/20251221000000_http-response-events.sql(+15 -0)📝
src-tauri/yaak-models/src/models.rs(+138 -0)📝
src-tauri/yaak-sync/src/models.rs(+1 -0)📝
src-web/components/HttpResponsePane.tsx(+14 -2)➕
src-web/components/ResponseEvents.tsx(+341 -0)📝
src-web/components/core/HttpMethodTag.tsx(+4 -1)📝
src-web/components/core/HttpStatusTag.tsx(+24 -8)➕
src-web/hooks/useHttpResponseEvents.ts(+28 -0)📝
src-web/lib/contentType.ts(+4 -4)📝
src-web/lib/tauri.ts(+1 -0)📄 Description
Http response events, for an experience similar to

curl -v🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.