We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
aa7512e
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)