You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Why dose HttpMethodsClient use Http\Message\RequestFactory instead of the psr-17 interfaces.
At the moment the only why to use HttpMethodsClient is to write wrapper classes around the psr-17 implementation.
Are there any plans to fix this?
I can put together a pull request if that's needed, but the problem is that this will be a bc break. So I don't know how you would like to solve this problem