react-http2/README.md

375 B

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)