mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-01-11 20:00:29 +01:00
[PR #239] [MERGED] inline url search param and use --data
#164
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/239
Author: @subframe7536
Created: 7/17/2025
Status: ✅ Merged
Merged: 7/20/2025
Merged by: @gschier
Base:
main← Head:adapt-old-curl📝 Commits (6)
892a9a7inline url search param and use--dataeaf8d87Merge branch 'master' into adapt-old-curlc51b492add test for url with#a7d069aMerge branch 'adapt-old-curl' of https://github.com/subframe7536/yaak into adapt-old-curlc49a3c0Merge branch 'master' into adapt-old-curl4fca193directly use custom url builder📊 Changes
2 files changed (+40 additions, -18 deletions)
View changed files
📝
plugins/action-copy-curl/src/index.ts(+18 -11)📝
plugins/action-copy-curl/tests/index.test.ts(+22 -7)📄 Description
In some legacy Linux distributions, the version of
curlis really old, so--url-queryand--data-raware not supported. So this PR inline the url search param and replace--data-rawwith--data🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.