WIP: feat(bring-flow): http client library using store and bring #18

Draft
torstein wants to merge 4 commits from feat/httpclient into main
Owner

JacketUI Bring-Flow

HTTP Client on top of Bring.

Deduping

Bring-Flow will compare BringInit to dedupe in-flight requests. Each request will add a promise, but bring-flow will dedupe the actual fetch.

Caching (TODO)

Cache layer to cache responses.

# JacketUI Bring-Flow HTTP Client on top of Bring. ## Deduping Bring-Flow will compare BringInit to dedupe in-flight requests. Each request will add a promise, but bring-flow will dedupe the actual fetch. ## Caching (TODO) Cache layer to cache responses.
torstein added this to the JacketUI project 2026-04-24 18:50:13 +00:00
This pull request has changes conflicting with the target branch.
  • packages/bring/src/index.ts
View command line instructions

Checkout

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

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 feat/httpclient
git switch feat/httpclient
git rebase main
git switch main
git merge --ff-only feat/httpclient
git switch feat/httpclient
git rebase main
git switch main
git merge --no-ff feat/httpclient
git switch main
git merge --squash feat/httpclient
git switch main
git merge --ff-only feat/httpclient
git switch main
git merge feat/httpclient
git push origin main
Sign in to join this conversation.
No description provided.