You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: