This website requires JavaScript.
Explore
Help
Register
Sign In
mirror_php
/
guzzle
Watch
1
Star
0
Fork
0
You've already forked guzzle
mirror of
https://github.com/guzzle/guzzle.git
synced
2025-02-25 18:43:22 +01:00
Code
Issues
Releases
Wiki
Activity
guzzle
/
tests
History
Michael Dowling
f92c049df5
Moving the onComplete handling of Guzzle\Http\Message\RequestInterface to the Symfony EventDispatcher. Subscribe to the request.error event to imlpement your custom error handling. Use $event->stopPropagation() to override the default error handling for unsuccessful responses. request.success is now called any time a request completes successfully.
2012-01-23 18:50:02 -06:00
..
Guzzle
/Tests
Moving the onComplete handling of Guzzle\Http\Message\RequestInterface to the Symfony EventDispatcher. Subscribe to the request.error event to imlpement your custom error handling. Use $event->stopPropagation() to override the default error handling for unsuccessful responses. request.success is now called any time a request completes successfully.
2012-01-23 18:50:02 -06:00
bootstrap.php
Fixing composer.json so that it autoloads from the Guzzle\Tests namespace
2012-01-15 12:31:00 -06:00