express
express copied to clipboard
feat(http2): add HTTP/2 support
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 :
- Complete HTTP/2 integration with both plain and secure (TLS) servers
- Compatible API with existing Express applications
- Proper handling of HTTP/2 streams, headers, and request/response objects
- Comprehensive test suite that verifies all aspects of HTTP/2 functionality
- Example application demonstrating HTTP/2 usage
@wesleytodd any updates here