Skip to content

v1.3.0

Compare
Choose a tag to compare
@clue clue released this 08 Sep 12:24
· 153 commits to master since this release
  • 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)