amphp / http-client

An advanced async HTTP client library for PHP, enabling efficient, non-blocking, and concurrent requests and responses.
https://amphp.org/http-client
MIT License
706 stars 66 forks source link

RequestBody -> HttpContent #358

Closed ShiSHcat closed 9 months ago

ShiSHcat commented 9 months ago

Hello, I changed RequestBody in the Readme as it doesn't exist anymore and it got replaced with HttpContent, which doesn't support anymore setting custom headers.

kelunik commented 9 months ago

Thanks!