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
The northbound of the current server implementation is based on the Django framework on top of HTTP/1.1. We need to figure out how to integrate HTTP/2 into the northbound implementation.
Does Django has any HTTP/2 plugin? If not, is it easy to implement a Django plugin to support HTTP/2?
Is it possible to use a frontend proxy to provide HTTP/2 support?
Is there any HTTP/2 library that can be used to provide server push?
The text was updated successfully, but these errors were encountered:
The northbound of the current server implementation is based on the Django framework on top of HTTP/1.1. We need to figure out how to integrate HTTP/2 into the northbound implementation.
The text was updated successfully, but these errors were encountered: