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

request() needs Request as the parameter, not a string #284

Closed ktecho closed 3 years ago

ktecho commented 3 years ago

$client->request now uses a Request as the parameter, not a url string

kelunik commented 3 years ago

Thanks!