artax icon indicating copy to clipboard operation
artax copied to clipboard

An async HTTP/1.1 client for PHP based on Amp.

Results 2 artax issues
Sort by recently updated
recently updated
newest added

Updated `amphp/file` dependency to ^1.0. It's needed to make it possible to require both `amphp/artax` and `amphp/file` in a project without lowering min-stability.

Argument 2 passed to Amp\\Artax\\ConnectionInfo::__construct() must be of the type string, null given. In some cases cannon retrieve remote address, method ` $socket->getRemoteAddress()` return null, but for class `ConnectionInfo` second...