Bruno Lima
a6e14fcc7f
Fixing typo
...
There was a missing ')' on the middleware migration session.
2016-09-22 11:14:47 -03:00
Andrew Murray
69cf93f24b
Fixed typos
2016-09-19 18:55:23 +10:00
Michael Dowling
5f741e5584
Adding mention of xml and json being removed. Closes #1238
2015-09-06 11:21:02 -07:00
Avindra Goolcharan
e6f28abc4b
Document base_url -> base_uri rename
2015-05-29 15:12:57 -04:00
Jacek Jędrzejewski
f67d069c1c
Updated UPGRADING guide about Mock Subscriber
2015-05-28 17:44:29 +02:00
Michael Dowling
d502b97b38
Adding missing docs and updating upgrade guide
2015-05-27 10:07:49 -07:00
Michael Dowling
a142841482
Adding some handler stack stuff to the upgrading guide
2015-05-25 16:40:23 -07:00
Michael Dowling
e78782a17c
Adding more info and fixes to upgrading guide
2015-05-25 16:27:16 -07:00
Michael Dowling
1cb0535933
Renaming getDefaultOption to getConfig. No longer removing the handler from the config. Allowing the handler to be overridden in request options
2015-05-20 17:34:14 -07:00
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
Michael Dowling
e9ffcf7a00
Updating upgrading guide
2015-05-19 22:34:52 -07:00
Evan Purkhiser
698b308fb3
Correct typo in UPGRADING document
...
'Httl' => 'Http'
2015-03-18 21:54:47 -07:00
Andreas Möller
e7b3abe6e0
Fix: URLs should probably marked down as such
2015-03-14 22:03:00 +01:00
Veres Lajos
c066ae4c71
typofixes - https://github.com/vlajos/misspell_fixer
2014-12-04 21:43:57 +00:00
Michael Dowling
53069ad061
Prepping for release
2014-10-12 19:30:59 -07:00
Dawid Królak
68ebe99bbc
Update UPGRADING.md
...
In some places is Steam instead Stream
2014-05-26 16:41:27 +02: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
73cb9228fe
Merge branch 'guzzle4'
...
Conflicts:
build.xml
docs/_downloads/guzzle-schema-1.0.json
docs/_templates/index.html
docs/http-client/client.rst
docs/http-client/request.rst
docs/iterators/guzzle-iterators.rst
docs/plugins/cache-plugin.rst
docs/plugins/creating-plugins.rst
docs/webservice-client/guzzle-service-descriptions.rst
docs/webservice-client/webservice-client.rst
phar-stub.php
phing/build.properties.dist
phing/imports/dependencies.xml
phing/imports/deploy.xml
phing/tasks/GuzzlePearPharPackageTask.php
phing/tasks/GuzzleSubSplitTask.php
src/Guzzle/Cache/CacheAdapterFactory.php
src/Guzzle/Common/Exception/ExceptionCollection.php
src/Guzzle/Common/Version.php
src/Guzzle/Http/Client.php
src/Guzzle/Http/Curl/CurlMulti.php
src/Guzzle/Http/Curl/CurlMultiProxy.php
src/Guzzle/Http/Exception/BadResponseException.php
src/Guzzle/Http/Message/EntityEnclosingRequest.php
src/Guzzle/Http/Message/EntityEnclosingRequestInterface.php
src/Guzzle/Http/Message/Header/HeaderCollection.php
src/Guzzle/Http/Message/PostFile.php
src/Guzzle/Http/Message/PostFileInterface.php
src/Guzzle/Http/Message/Request.php
src/Guzzle/Http/Message/RequestFactory.php
src/Guzzle/Http/Message/Response.php
src/Guzzle/Http/QueryString.php
src/Guzzle/Http/RedirectPlugin.php
src/Guzzle/Iterator/composer.json
src/Guzzle/Parser/Cookie/CookieParser.php
src/Guzzle/Plugin/Async/AsyncPlugin.php
src/Guzzle/Plugin/Backoff/BackoffPlugin.php
src/Guzzle/Plugin/Cache/DefaultRevalidation.php
src/Guzzle/Plugin/Cookie/Cookie.php
src/Guzzle/Plugin/Cookie/CookieJar/ArrayCookieJar.php
src/Guzzle/Plugin/ErrorResponse/ErrorResponsePlugin.php
src/Guzzle/Plugin/Log/LogPlugin.php
src/Guzzle/Plugin/Md5/Md5ValidatorPlugin.php
src/Guzzle/Plugin/Mock/MockPlugin.php
src/Guzzle/Service/Client.php
src/Guzzle/Service/Command/AbstractCommand.php
src/Guzzle/Service/Command/DefaultRequestSerializer.php
src/Guzzle/Service/Command/DefaultResponseParser.php
src/Guzzle/Service/Command/LocationVisitor/Request/XmlVisitor.php
src/Guzzle/Service/Command/LocationVisitor/Response/JsonVisitor.php
src/Guzzle/Service/Description/Parameter.php
src/Guzzle/Service/Description/SchemaValidator.php
src/Guzzle/Service/Resource/Model.php
src/Guzzle/Stream/PhpStreamRequestFactory.php
tests/Guzzle/Tests/Common/Exception/ExceptionCollectionTest.php
tests/Guzzle/Tests/GuzzleTestCase.php
tests/Guzzle/Tests/Http/ClientTest.php
tests/Guzzle/Tests/Http/Curl/CurlHandleTest.php
tests/Guzzle/Tests/Http/Curl/CurlMultiProxyTest.php
tests/Guzzle/Tests/Http/Message/PostFileTest.php
tests/Guzzle/Tests/Http/Message/RequestFactoryTest.php
tests/Guzzle/Tests/Http/Message/RequestTest.php
tests/Guzzle/Tests/Http/Message/ResponseTest.php
tests/Guzzle/Tests/Http/QueryStringTest.php
tests/Guzzle/Tests/Http/RedirectPluginTest.php
tests/Guzzle/Tests/Http/UrlTest.php
tests/Guzzle/Tests/Parser/Cookie/CookieParserProvider.php
tests/Guzzle/Tests/Plugin/Cache/DefaultRevalidationTest.php
tests/Guzzle/Tests/Plugin/Cookie/CookieJar/ArrayCookieJarTest.php
tests/Guzzle/Tests/Plugin/Cookie/CookiePluginTest.php
tests/Guzzle/Tests/Plugin/Cookie/CookieTest.php
tests/Guzzle/Tests/Plugin/Mock/MockPluginTest.php
tests/Guzzle/Tests/Service/ClientTest.php
tests/Guzzle/Tests/Service/Command/CommandTest.php
tests/Guzzle/Tests/Service/Command/LocationVisitor/Response/JsonVisitorTest.php
tests/Guzzle/Tests/Service/Command/OperationResponseParserTest.php
tests/Guzzle/Tests/Service/Description/ParameterTest.php
tests/Guzzle/Tests/Stream/PhpStreamRequestFactoryTest.php
tests/Guzzle/Tests/TestData/description/bar.json
tests/Guzzle/Tests/TestData/description/baz.json
tests/Guzzle/Tests/TestData/description/recursive.json
tests/bootstrap.php
2014-03-15 14:54:52 -07:00
Michael Dowling
51cca7c8ea
Updating theme
2014-03-15 14:44:21 -07:00
Michael Dowling
930bce36a7
Moving VERSION constant from functions.php to ClientInterface
2014-03-10 18:53:42 -07:00
Michael Dowling
fa3590e105
Sanitizing the event system and priorities
...
- Adding constants for common event landmarks.
- Reorganizing the priorities of events.
- Renaming PrepareRequestBody to Prepare
- Renaming several other event methods to be consistent.
- Some code cleanup.
2014-03-09 19:59:34 -07:00
Michael Dowling
e32d850a99
Cleaning up the EventEmitter
...
- Changed GuzzleHttp\Event\SubscriberInterface::getSubscribedEvents from a
static method to an instance method.
- Renamed addSubscriber to attach.
- Renamed removeSubscriber to detach.
2014-03-07 10:14:17 -08:00
Michael Dowling
65333062c9
Moving Post namespace up a level
2014-02-17 20:55:48 -08:00
Michael Dowling
2b779dccb3
Moving some things like query and url up a NS
2014-02-16 21:02:54 -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
Michael Dowling
c6cf0c6da2
Updating HTTP method signature to be simpler and more consistent
...
- HTTP method based signatures like get(), put(), etc.. accept a URL,
and array of request options. createRequest() is similar but also requires
a method string.
- Renamed request events to 'before', 'complete', 'error', and 'headers.
- Renamed the associated event classes.
- Adding more docs.
2014-02-13 23:37:34 -08:00
Michael Dowling
d0e2ceb8aa
Fixing formatting issue
2014-02-09 21:10:35 -08:00
Michael Dowling
5d75b172f5
Adding some upgrade notes for the Http namespace
2014-02-09 21:09:42 -08:00
Michael Dowling
d18f23e8df
Adding some preliminary upgrade instructions
2014-02-09 18:10:20 -08:00
Graham Campbell
d5401f2eca
Whitespace fixes
2014-01-08 00:02:38 +00:00
Michael Dowling
9239f08e00
Adding an easier way to set and retrieve default options
2013-06-10 17:17:36 -07:00
Michael Dowling
caed0ab1aa
Client::expandTemplate() and Client::getUriTemplate() are protected
2013-06-09 13:41:02 -07:00
Michael Dowling
dd1c67fea9
Cleaning up the 3.5 to 3.6 upgrade guide
2013-06-09 11:40:03 -07:00
Michael Dowling
24c2111574
Cleaning up the 3.5 to 3.6 upgrade guide
2013-06-09 11:39:36 -07:00
Michael Dowling
ef28f76dd4
Tweaks to upgrade guide
2013-06-09 11:38:04 -07:00
Michael Dowling
b0b85cba3b
Fixing upgrade
2013-06-09 11:37:05 -07:00
Michael Dowling
41bf56c51f
Cleaning up the changelog and upgrade guide
2013-06-09 11:36:07 -07:00
Michael Dowling
d1e4932033
Prepping for the 3.6.0 release
2013-05-29 22:11:28 -07:00
Michael Dowling
0618128c86
Updating changelog and upgrading guide
2013-05-29 22:11:28 -07:00
Michael Dowling
76f16a1546
Preparing to release 3.4.0
2013-04-11 22:58:15 -07:00
Michael Dowling
d8f28e9f48
Prepping for 3.3.0
2013-03-03 16:41:45 -08:00
Michael Dowling
69ad0affa2
The encoding scheme used by Guzzle\Http\QueryString can now be
...
customized
Guzzle\Http\QueryString no longer accepts a callback function for
aggregation but rather uses QueryAggregatorInterface objects.
Addresses #238 .
2013-02-13 23:28:44 -08:00
Michael Dowling
b6bc3a3db1
Adding upgrade notes for the pending 3.2.0 release
2013-02-12 22:55:52 -08:00
David Abdemoulaie
2aff8b32af
Fixing formatting in UPGRADING.md
2013-01-23 21:53:25 -06:00
David Abdemoulaie
90b4454911
Adds note about Accept-Encoding -- see #161
2013-01-23 21:52:04 -06:00
David Abdemoulaie
86838ba52f
Adds 2.8 to 3.x upgrade guide - fixes #161
2013-01-23 21:45:32 -06:00