amphp / http-client-psr7

PSR-7 adapter for amphp/http-client.
MIT License
10 stars 3 forks source link

PsrHttpClient throws amphp/http-client exceptions instead of PSR-7 exceptions #13

Closed schelv closed 2 months ago

schelv commented 3 months ago

Thank you for the library!

The PsrHttpClient throws amphp/http-client exceptions (HttpException) instead of PSR-7 exceptions (That implement ClientExceptionInterface).

Maybe the can be converted somehow? Is this a job for the PsrAdapter?

image

image