Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(server): rewrite resolveHTTPResponse with Fetch #5684

Merged
merged 115 commits into from Apr 30, 2024

Conversation

KATT
Copy link
Member

@KATT KATT commented Apr 28, 2024

Merges #5676 into #5665

Closes #5676
Closes #1853

🎯 Changes

Rewrites our resolve HTTP response function so it takes a Response and outputs a Request

Each adapter is responsible of converting their internal request-representation to a Response and handle a Response-response

✅ Checklist

  • I have followed the steps listed in the Contributing guide.
  • If necessary, I have added documentation related to the changes made.
  • I have added or updated the tests related to the changes made.

trpc-bot
trpc-bot previously approved these changes Apr 30, 2024
@KATT KATT merged commit 01bb2ea into next Apr 30, 2024
39 checks passed
@KATT KATT deleted the 04-26-resolveResponse-and-multi branch April 30, 2024 19:54
Copy link

github-actions bot commented May 2, 2024

This pull request has been locked because we are very unlikely to see comments on closed issues. If you think, this PR is still necessary, create a new one with the same branch. Thank you.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 2, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

update request handling in resolveHttpResponse to follow Fetch API
4 participants