Skip to content

v1.8.0

Compare
Choose a tag to compare
@clue clue released this 29 Sep 12:57
· 60 commits to 1.x since this release
  • Feature: Support for default request headers.
    (#461 by @51imyy)

    $browser = new React\Http\Browser();
    $browser = $browser->withHeader('User-Agent', 'ACME');
    
    $browser->get($url)->then(…);
  • Feature: Forward compatibility with upcoming Promise v3.
    (#460 by @clue)