react-http2/README.md

11 lines
375 B
Markdown
Raw Normal View History

2024-02-24 19:44:06 +00:00
# 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)