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

Investigate how to add HTTP/2 support and server push feature to ALTO northbound #37

Open
fno2010 opened this issue Mar 10, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request IETF-Hackathon-116

Comments

@fno2010
Copy link
Member

fno2010 commented Mar 10, 2023

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?
@fno2010 fno2010 added the enhancement New feature or request label Mar 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request IETF-Hackathon-116
Projects
None yet
Development

No branches or pull requests

2 participants