Remove ringcentral/psr7 because it appears to be abandoned and upstream projects would like to support psr/http-message ^2.0
It is unclear if we need to wait for all of the headers before parsing or if by removing the PSR7 requirement we can simply just parse the first line of the http response. I left the strpos() in there in case there was a reason the code was waiting.
This resolves issue #64
Hey @clue, @WyriHaximus, could you take a look at this? I think this might be a solid direction/solution
@CodeWithKyrian @kwhat This looks great to me as it doesn't introduce another dependency and it helps move https://github.com/reactphp/http/pull/542 forward. But I don't have any power or say over this repo, so this is all in @clue's hands.
I understand. We wait then
@clue Bump!
@clue bump?