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

feat: allow overriding or modifying the queryString for websockets #349

Merged
merged 2 commits into from
Apr 22, 2024

Conversation

ttshivers
Copy link
Contributor

@ttshivers ttshivers commented Apr 19, 2024

Allow overriding or modifying the queryString when proxying websockets.

Fixes: #348

Checklist

Allow overriding or modifying the queryString when proxying websockets.

Fixes: fastify#348
Copy link
Member

@mcollina mcollina left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you please add a test for the new types?

Add type test for queryString
@ttshivers
Copy link
Contributor Author

can you please add a test for the new types?

Added a test in a new commit. Is that what you were looking for?

Copy link
Member

@mcollina mcollina left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@mcollina mcollina merged commit 04e2c14 into fastify:master Apr 22, 2024
19 checks passed
@ttshivers ttshivers deleted the ws-querystring branch April 22, 2024 15:59
@ttshivers
Copy link
Contributor Author

Could a release be made with this change?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow overriding or modifying the queryString when proxying websockets
2 participants