We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
proxy
Context: mentioned by @keryigit (#926 (comment))
Currently proxy route rules allow proxy normal HTTP requests but do not handle WebSocket upgrades
With experimental WebSocket support, we can also proxy WS upgrades.
For this, we need to develop a WS proxy utility from CrossWS: unjs/crossws#93
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the feature
Context: mentioned by @keryigit (#926 (comment))
Currently
proxy
route rules allow proxy normal HTTP requests but do not handle WebSocket upgradesWith experimental WebSocket support, we can also proxy WS upgrades.
For this, we need to develop a WS proxy utility from CrossWS: unjs/crossws#93
The text was updated successfully, but these errors were encountered: