11 lines
375 B
Markdown
11 lines
375 B
Markdown
# 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)
|