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

HTTP/2 support incl. H2C #322

Closed
jrauschenbusch opened this issue Oct 24, 2023 · 2 comments
Closed

HTTP/2 support incl. H2C #322

jrauschenbusch opened this issue Oct 24, 2023 · 2 comments
Labels
enhancement New feature or request

Comments

@jrauschenbusch
Copy link
Contributor

Describe the feature

Provide support for HTTP/2 incl. clear text protocol version

Rational

Newer web application use HTTP/2 instead of HTTP/1.1. Currently Mittens only supports HTTP/1.1, but also gRPC. It should be configurable which protocol version is used for HTTP requests. Furthermore as mittens is often used as sidecar, it should also support H2C protocol, as SSL/TLS is terminated most often in Proxy sidecars.

Example Scenario

Web application which uses HTTP/2

@jrauschenbusch
Copy link
Contributor Author

@worldtiki Will there be a release of mittens to publish this feature?

@nikos912000
Copy link
Member

@jrauschenbusch I was planning to do a release once we merge #335 if that's ok?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

No branches or pull requests

2 participants