Thanks to visit codestin.com
Credit goes to github.com

Skip to content

feat(http2): add HTTP/2 support #6487

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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

Abdel-Monaam-Aouini
Copy link
Contributor

This PR adds native HTTP/2 support to Express, allowing developers to leverage HTTP/2's performance improvements while maintaining Express's familiar API.
Features :

  1. Complete HTTP/2 integration with both plain and secure (TLS) servers
  2. Compatible API with existing Express applications
  3. Proper handling of HTTP/2 streams, headers, and request/response objects
  4. Comprehensive test suite that verifies all aspects of HTTP/2 functionality
  5. Example application demonstrating HTTP/2 usage

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant