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

Support for Enhanced HTTP/3 Configuration #5418

Open
AnjaliTajane opened this issue Dec 12, 2024 · 0 comments
Open

Support for Enhanced HTTP/3 Configuration #5418

AnjaliTajane opened this issue Dec 12, 2024 · 0 comments

Comments

@AnjaliTajane
Copy link

This feature would add full support for HTTP/3 (QUIC) in Vert.x, including simplified configuration options for developers to enable and tune HTTP/3 servers with minimal setup. The goal is to provide a more flexible API for configuring HTTP/3 connections, enhancing its adoption in real-time applications, and making the configuration easier for users.

The feature should ideally include:

Simple HTTP/3 Enablement: A straightforward API to enable HTTP/3 with default settings.
Customizable Settings: The ability to tune QUIC-specific parameters such as maximum stream data, connection timeouts, and encryption settings.
Performance Monitoring: Built-in support for monitoring HTTP/3 connections and their performance, with easy integration into existing Vert.x metrics tools.
Seamless Integration with Existing HTTP/2 and HTTP/1.1 APIs: Vert.x should gracefully support running HTTP/3 alongside HTTP/1.1 and HTTP/2 in a single Vert.x instance, with automatic negotiation between protocols.

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

No branches or pull requests

1 participant