Native HTTP/2 support for ReactPHP
Go to file
Chris fb1ce8cbc1 Initial commit 2024-02-24 20:44:06 +01:00
src Initial commit 2024-02-24 20:44:06 +01:00
tests Initial commit 2024-02-24 20:44:06 +01:00
.gitignore Initial commit 2024-02-24 20:44:06 +01:00
README.md Initial commit 2024-02-24 20:44:06 +01:00
composer.json Initial commit 2024-02-24 20:44:06 +01:00
phpstan.neon Initial commit 2024-02-24 20:44:06 +01:00
phpunit.xml Initial commit 2024-02-24 20:44:06 +01:00

README.md

HTTP/2 Support for ReactPHP

This is a project that is exploring the feasability and practicality of bringing HTTP/2 to ReactPHP while staying true to the ReactPHP philosophy. The main rationale for this is to eventually enable native support for gRPC.

Status

Currently implemented:

  • Huffman encoding (for compressed headers)
  • Header parsing (including dictionary)