mschop
mschop
@trowski Could you maybe add more detail on why PSR-7 does not fit well into this kind of non-blocking application? `\Psr\Http\Message\ServerRequestInterface` and `\Psr\Http\Message\ResponseInterface` use a stream for the body. Btw....
Idea: I will use `react/http` for handling incoming http connections with my framework. Inside of my application I will use `revolt/event-loop-adapter-react` for being able to use the amphp. Do you...
@kelunik Thank you for pointing out that react/http does not support HTTP/2. This is not ideal, but OK for now. A PSR-7 adapter would be great :+1: .
Hi, I found a way to make this work for me. It's really not ideal, but a good enough solution for now. I added a method which allows css-selectors with...
One additional comment: I wasn't able to find anything about the stability / future plans in this project. Maybe it would make sense to add a chapter in the README.md...