issues
search
amphp
/
http-server
An advanced async HTTP server library for PHP, perfect for real-time apps and APIs with high concurrency demands.
https://amphp.org/http-server
MIT License
1.29k
stars
101
forks
source link
Fixes for upstream changes
#326
Closed
iggyvolz
closed
2 years ago
iggyvolz
commented
2 years ago
Emitter => Queue as per
https://github.com/amphp/pipeline/releases/tag/v1.0.0-beta.3
IterableStream => ReadableIterableStream as per
https://github.com/amphp/byte-stream/releases/tag/v2.0.0-beta.4
kelunik
commented
2 years ago
Thanks!