-
-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PSR-7 #266
Comments
I don't know about anything like that, but we could probably easily add it. |
https://github.com/symfony/symfony/blob/master/src/Symfony/Component/HttpClient/Psr18Client.php This will do the job and allows mapping this to that. |
That would be a nice feature, sometimes there's a need to pass messages to PSR-compatible code or receive it from there, and I have to implement adapters by myself. It's an easy task, but it's better to have it done by library. |
@remorhaz If you already have the code, a PR is welcome. ;-) |
I guess it's better to implement it as a part of |
Oops, seems that |
Yes, it needs to be implemented here instead. |
Do you have / know about any existing implementation that would allow me to transform a PSR-7 request into
Amp\Http\Client\Request
and later aAmp\Http\Client\Response
into a PSR-7 response?The text was updated successfully, but these errors were encountered: