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-15 13:25:08 +01:00
Code
Issues
Releases
Wiki
Activity
guzzle
/
library
/
Guzzle
History
Michael Dowling
8cd23cefb1
[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
..
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
[Http] Making the cookie plugin act more like a browser; not url encoding cookie values. Adding the ability to extract cookies from redirect responses. Adding the previously received request to the request event notification issued when a new status line is received.
2011-03-16 15:31:16 -05:00
Service
[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
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