centrifugo icon indicating copy to clipboard operation
centrifugo copied to clipboard

[feature] serve admin interface via http2

Open rauanmayemir opened this issue 5 months ago • 4 comments

Is your feature request related to a problem? Please describe.

Admin interface (and api in general) is currently served via HTTP1.1.

Describe the solution you'd like.

What would the feature look like? How would it work? How would it change the API?

It would be nice to have api serve HTTP2 as well (as H2C). (I've seen that you already optionally support QUIC/HTTP3, so H2C/HTTP2 would be even simpler as it's just a wrapper over mux.

...

rauanmayemir avatar Mar 11 '24 10:03 rauanmayemir