-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
feat(core): Add framework-agnostic tunnel handler #18892
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
Merged
+214
−0
Merged
Changes from 1 commit
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
171f927
feat(tunnel): framework-agnostic tunnel handler + tanstack start adapter
nikolovlazar 64add32
feat(tunnel): using parseEnvelope instead of manually extracting enve…
nikolovlazar 99f39eb
feat(tunnel): removing createTunnelHandler from tanstackstart-react p…
nikolovlazar d4d5634
refactor(tunnel): renamed handleTunnelRequest and made it receive Req…
nikolovlazar 1407dd6
test(tunnel): adding unit tests for createTunnelRequest
nikolovlazar a68c653
refactor(tunnel): refactoring core tunnel back to handle the request …
nikolovlazar b21e46e
Merge branch 'develop' into nikolovlazar/agnostic-tunnel-handler
nikolovlazar 105b75a
fix(tunnel): use getEnvelopeEndpointWithUrlEncodedAuth for proper ing…
nikolovlazar ecda7c2
fix(tunnel): handle malformed envelope JSON with 400 response
nikolovlazar c56c38b
fix(tanstackstart-react): linting error in client/index.ts
nikolovlazar 81e14fb
fix(tanstackstart-react): client/index.ts formatting
nikolovlazar 9bdceee
Merge branch 'develop' into nikolovlazar/agnostic-tunnel-handler
nikolovlazar 95c0915
chore(tanstackstart-react): undo formatting
nikolovlazar File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix(tunnel): handle malformed envelope JSON with 400 response
Wrap parseEnvelope in try-catch so malformed request bodies return a 400 Bad Request instead of throwing an unhandled error. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Loading branch information
commit ecda7c2089fb07b49965562ed4ece6a452f5fef2
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.