1
0
mirror of https://github.com/guzzle/guzzle.git synced 2025-02-25 02:22:57 +01:00

68 Commits

Author SHA1 Message Date
Michael Dowling
1740bf408b Merge remote-tracking branch 'origin/v6' into master
Conflicts:
	docs/clients.rst
	docs/events.rst
	src/Event/AbstractRequestEvent.php
	src/Event/Emitter.php
	src/Message/MessageFactoryInterface.php
	src/Message/Request.php
	src/Subscriber/Mock.php
	src/Url.php
	src/Utils.php
	tests/CollectionTest.php
	tests/Event/ListenerAttacherTraitTest.php
	tests/Message/MessageFactoryTest.php
	tests/Message/RequestTest.php
	tests/Subscriber/MockTest.php
	tests/Subscriber/RedirectTest.php
	tests/UrlTest.php
	tests/UtilsTest.php
2015-05-19 23:22:50 -07:00
Sahat Yalkabov
f314ea63dd Use SVG for Build Status badge 2015-04-17 20:57:19 -07:00
Michael Dowling
1e892c547c Updating docs and readme 2015-03-29 12:34:54 -07:00
Michael Dowling
194ff101f4 Updating readme 2015-03-29 11:10:33 -07:00
Michael Dowling
fc8456d5fb Removing extra call from readme 2015-03-28 15:36:35 -07:00
Michael Dowling
4864dc27e4 Updating readme 2015-03-28 15:36:00 -07:00
grokify
e61405bfcf Update README.md 2015-03-02 13:11:30 -08:00
Pablo Godel
3057497df1 Updated Composer installation instructions 2014-10-13 15:57:22 -04:00
Michael Dowling
858041896a Tweak 2014-10-11 22:59:10 -07:00
Michael Dowling
b1640b080b Updating tag line 2014-10-09 23:04:32 -07:00
Michael Dowling
e7ab6becf9 Updating readme 2014-10-08 22:49:03 -07:00
Michael Dowling
c0214da718 More doc tweaks 2014-10-08 18:53:47 -07:00
Michael Dowling
bc26685386 Updating docs and readme 2014-10-08 18:35:23 -07:00
Gajus Kuizinas
30ac0ba914 getStatusCode returns string, not integer. 2014-08-26 19:53:06 +03:00
David Prévot
9642625641 Documentation and comments: typo fix 2014-05-04 17:14:28 -04:00
Michael Dowling
4063f08ca4 Guzzle 4.0! 2014-03-29 16:11:36 -07:00
Michael Dowling
c3d6bcb0a7 Updating README 2014-03-25 11:57:36 -07:00
Michael Dowling
b738bbe6f6 statusCode() -> getStatusCode() 2014-03-18 10:27:47 -07:00
Michael Dowling
390ebb70a2 Fixing README 2014-03-15 16:49:17 -07:00
Michael Dowling
58ae6b51e0 Updating readme 2014-03-15 16:46:57 -07:00
Michael Dowling
3609166654 Updating README 2014-03-02 10:45:13 -08:00
Michael Dowling
89a8e2ede1 Using PSR-4 and moving namespace from Guzzle to GuzzleHttp
- Moving various namespaces up a level
- Updating docs
- Renaming EventSubscriberInterface to SubscriberInterface
2014-02-16 20:42:45 -08:00
Konrad Podgórski
ef0fadfd09 Fixed typo in request options description for auth 2013-09-07 21:31:15 +02:00
Ben Longden
2c5e41ad47 Update README.md 2013-06-30 11:21:03 +01:00
Ben Longden
e3b87f7707 Update README.md
Add information about running tests with xdebug enabled.
2013-06-30 11:14:39 +01:00
Michael Dowling
04d554f6d4 Updating example installation version 2013-06-10 23:36:02 -07:00
Michael Dowling
47ce58d530 Badges! 2013-06-10 13:47:53 -07:00
Michael Dowling
7141fd8f5c Hiding the CURLAUTH_* constants from the Request options API and instead using Basic and Digest auth types 2013-06-07 21:29:56 -07:00
Michael Dowling
dca26ad31c Adding connect_timeout and removing curl from request options 2013-06-07 18:43:57 -07:00
Jeremy Lindblom
86f38b11c2 Updated Composer installation code to match Composer website 2013-06-04 00:29:54 -06:00
Michael Dowling
073c127c1a Fixing typo 2013-06-03 23:20:26 -07:00
Michael Dowling
968046d46b Fixing README typo 2013-06-03 23:17:33 -07:00
Michael Dowling
246153fb1b More README tweaks 2013-06-03 23:16:12 -07:00
Michael Dowling
3baa1c07f3 More README tweaks 2013-06-03 23:15:04 -07:00
Michael Dowling
b1fd664d03 Updating README 2013-06-03 23:12:35 -07:00
Benji
55f2c327bd Update README.md
Fixes the URL template example which showed using double curly braces rather than single. Using this format causes parsing errors when Guzzle runs.
2013-04-20 10:09:08 -07:00
Imants Horsts
c4c5c9dee2 typo 2013-04-02 01:41:59 +03:00
angelk
1b35dffcb2 README add mssing "." 2013-02-08 15:34:36 +02:00
Francesc Rosàs
1290a5dc94 Projects should depend on the last minor version 2013-01-24 15:04:47 +01:00
Michael Dowling
7ca4b67b40 Merge pull request #159 from pborreli/typos
Fixed typos
2012-11-03 16:17:52 -07:00
Pascal Borreli
1383034e29 Fixed typo 2012-11-03 12:33:36 +00:00
Pascal Borreli
c309f229ff Fixed typos 2012-11-03 00:09:36 +00:00
Michael Dowling
8cffe26006 Adding information about unit testing to the readme 2012-10-31 22:47:44 -07:00
Michael Dowling
8eb77e1996 Removing readme section on unit testing 2012-10-15 18:12:36 -07:00
Michael Dowling
93e2405749 Tagging 2.8.6 2012-09-05 16:30:30 -07:00
Michael Dowling
0c086f67a0 Fixing ResourceIteratorFactoryInterface.php to use an empty array. Fixing Travis build status image. 2012-09-05 00:43:02 -07:00
Michael Dowling
95bd5309ad Updating version for UA string. Fixing test that was not mocked correctly. Updating build process. 2012-06-26 18:58:44 -07:00
Michael Dowling
5a7d43693f Adding more installation instructions to the README 2012-06-26 17:32:25 -07:00
Michael Dowling
688631a8c3 Updating readme 2012-06-17 18:01:14 -07:00
Michael Dowling
c0dc85de35 Breaking / Potentially breaking changes:
1. Adopting a marker interface for Guzzle exceptions.
        A. All exceptions emitted from Guzzle are now wrapped with a Guzzle namespaced exception.
        B. Guzzle\Common\GuzzleExceptionInterface was renamed to Guzzle\Common\GuzzleException
        C. Guzzle\Common\ExceptionCollection was renamed to Guzzle\Common\Exception\ExceptionCollection
    2. Using Header objects for Request and Response objects
        A. When you call $request->getHeader('X'), you will get back a Guzzle\Http\Message\Header object that contains all of the headers that case insensitively match.  This object can be cast to a string or iterated like an array.  You can pass true in the second argument to retrieve the header as a string.
        B. Removing the old Guzzle\Common\Collection based searching arguments from most of the request and response header methods.  All retrievals are case-insensitive and return Header objects.
    3. Changing the two headers added by the cache plugin to just one header with key and ttl.
    4. Changing Guzzle\Http\Message\Response::factory() to fromMessage().
    5. Removing the NullObject return value from ServiceDescriptions and instead simply returning null

New Features / enhancements:

    1. Adding Guzzle\Http\Message\AbstractMessage::addHeaders()
    2. Making it simpler to create service descriptions using a unified factory method that delegates to other factories.
    3. Better handling of ports and hosts in Guzzle\Http\Url

Note: This is a noisy diff because I'm removing trailing whitespace and adding a new line at the end of each source file.
2012-04-22 00:17:49 -07:00