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 10:33:18 +01:00
Code
Issues
Releases
Wiki
Activity
guzzle
/
tests
/
Guzzle
/
Tests
History
Michael Dowling
229aace559
[Common] Improving the performance of Guzzle\Common\Inspector
2011-03-27 17:46:59 -05:00
..
Common
[Common] Improving the performance of Guzzle\Common\Inspector
2011-03-27 17:46:59 -05:00
Http
[Http] Updating cookie jars and the cookie plugin to store cookies in jars with a single cookie per row to make storing, retrieving, and updating cookies easier. When a cookie version 2 is encountered with multiple cookie values in one Set-Cookie header, the cookie will be broken up into multiple cookies for the cookie jar.
2011-03-24 22:45:55 -05:00
Service
[Tests] Adding more tests to ensure that commands are processed as they complete
2011-03-25 17:23:52 -05:00
TestData
Removing third party services from main repository. Refactoring tests to account for the absence of third party libaries-- using mock objects in their place. Fixing a bug in Inspector that would miss injection delimiters at the beginning of a string. Fixing a bug in ResourceIteratorApplyBatched that caused some resources to skipped when sending batch data to the callback.
2011-02-28 22:30:22 -06:00
GuzzleTest.php
[Http] Only adding CURLOPT_FOLLOWLOCATION to cURL handles if open_basedir is not set
2011-03-22 22:42:33 -05:00
GuzzleTestCase.php
[Tests] Fixing the enableClientDebug method
2011-03-20 20:18:01 -05:00
GuzzleTestSuite.php
Guzzle - PHP framework for building REST webservice clients
2011-02-27 22:32:13 -06:00
services.xml
[Service] Removing the need to create builders. Giving clients back their constructor and removing the docblock annotation magic from clients. Using a factory method for every client with a custom constructor so that the service builder will be able to convert an array of parameters into a client. Simplifying service builder and services.xml.
2011-03-18 14:04:57 -05:00