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-13 12:33:57 +01:00
Code
Issues
Releases
Wiki
Activity
guzzle
/
library
/
Guzzle
History
Michael Dowling
e4ded87e8c
Cleaning up
2011-03-21 09:46:27 -05:00
..
Common
[Service] Removing service descriptions from concrete command based clients. Only use a service description if your client uses dynamic commands. Dynamic commands and concrete commands can be used in the same client-- Client::getCommand will look to see if a service description has been set and if it contains the command by name, then the client will see if a concrete command class matches the supplied name using inflection. Removing caching stuff from client factory methods. Removing client builders as a factory can handle it.
2011-03-20 17:51:54 -05:00
Http
Cleaning up
2011-03-21 09:46:27 -05:00
Service
[Service] Adding the ability to get the short form name of a command by calling getName() on a command object
2011-03-20 19:16:47 -05:00
Guzzle.php
Moving injector code to Guzzle\Guzzle. Moving Stream\StreamHelper to Stream. Request docblock updates. Renaming the event for releasing curl handles to be more in line with other request.curl events. Renaming some Pool methods. Revamping the log plugin to use bitwise operators to control log settings. LogPlugin can now log cURL debug information and will include redirect responses.
2011-03-10 19:51:50 -06:00