v1.3.0
版本发布时间: 2017-09-08 20:24:59
clue/reactphp-buzz最新发布版本:v2.9.0(2020-07-03 18:47:43)
-
Feature: Support request cancellation (#75 by @clue)
$promise = $browser->get($url); $loop->addTimer(2.0, function () use ($promise) { $promise->cancel(); });
-
Feature: Update react/http-client to v0.5, support react/stream v0.6 and react/socket-client v0.7 and drop legacy PHP 5.3 support (#74 by @clue)