feat(http): add multi-file multipart support with folder and mapping … #155

Open
Mira5121804 wants to merge 1 commit from Mira5121804/feat/multi-file-multipart into main
Mira5121804 commented 2026-02-16 16:50:16 +00:00 (Migrated from github.com)

…(#144)

…(#144)
ElhamAryanpur (Migrated from github.com) reviewed 2026-02-16 18:39:26 +00:00
@ -294,2 +307,4 @@
"save_file expects string (folder), table (mapping), or nil",
))
}
}
ElhamAryanpur (Migrated from github.com) commented 2026-02-16 18:37:47 +00:00

You're not doing any checks for the directory for these, and it automatically errors out if a field is not present, it should rather just continue in the iteration instead.

You're not doing any checks for the directory for these, and it automatically errors out if a field is not present, it should rather just continue in the iteration instead.
This pull request has changes conflicting with the target branch.
  • astra/teal/http.tl
View command line instructions

Manual merge helper

Use this merge commit message when completing the merge manually.

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin Mira5121804/feat/multi-file-multipart:Mira5121804/feat/multi-file-multipart
git switch Mira5121804/feat/multi-file-multipart

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff Mira5121804/feat/multi-file-multipart
git switch Mira5121804/feat/multi-file-multipart
git rebase main
git switch main
git merge --ff-only Mira5121804/feat/multi-file-multipart
git switch Mira5121804/feat/multi-file-multipart
git rebase main
git switch main
git merge --no-ff Mira5121804/feat/multi-file-multipart
git switch main
git merge --squash Mira5121804/feat/multi-file-multipart
git switch main
git merge --ff-only Mira5121804/feat/multi-file-multipart
git switch main
git merge Mira5121804/feat/multi-file-multipart
git push origin main
Sign in to join this conversation.
No description provided.