1
0
mirror of https://github.com/guzzle/guzzle.git synced 2025-02-23 17:44:02 +01:00

220 Commits

Author SHA1 Message Date
Michael Dowling
76ceceea9d Adding note about handler reuse. Closes #899 2014-11-06 21:01:13 -08:00
Jordan de Laune
f1c46e5127 Does not pass in emitter 2014-11-01 15:13:12 +00:00
Jonathan Klein
3f1c17c4a6 Fixing typos in the FAQ
The extra trailing quote marks are unnecessary/invalid, and break the syntax highlighting in the example (and would cause a syntax error in actual code).
2014-10-29 11:11:35 -04:00
Cees-Jan Kiewiet
57b1d3d362 Correct RingPHP documentation link 2014-10-14 10:12:53 +02:00
Michael Dowling
2c2f1d7c47 Updating to use RingPHP and s/adapter/handle/g 2014-10-12 18:27:08 -07: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
Graham Campbell
3e8743bfb6 Updated install instructions 2014-10-09 21:14:09 +01:00
Michael Dowling
4aff6781ed Adding more information to the quickstart 2014-10-08 22:37:38 -07:00
Michael Dowling
cb149b01de More doc updates 2014-10-08 19:18:45 -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
Michael Dowling
294f670ad3 Removed the "procedural API" 2014-10-05 20:28:10 -07:00
Michael Dowling
9fbab6da6b Using readthedocs theme 2014-09-18 00:23:01 -07:00
Michael Dowling
1902742cbf Removing local path override 2014-09-17 23:43:36 -07:00
Michael Dowling
fd5c4261b3 Updating docs 2014-09-17 23:41:49 -07:00
Michael Dowling
a573571364 Removing comments! 2014-09-17 23:16:12 -07:00
Michael Dowling
cee099a079 Moving batch to Pool. Updating docs. Removing throwImmediately 2014-09-14 12:27:53 -07:00
Michael Dowling
f19cc3a40d Some minor breaking changes and adding async future responses. 2014-09-08 21:35:10 -07:00
Michael Dowling
5834885597 Fixing typo 2014-09-08 21:33:32 -07:00
Michael Dowling
7998fbdbcb Removing the bundled CA bundle completely
I've now removed the bundled CA bundle and will scan for a
CA bundle when using the PHP stream wrapper on PHP < 5.6.
This change will still work out of the box for most users,
but may require users on Mac or Windows to manually configure
a CA bundle using the `verify` request option or the
openssl.cafile ini setting.
2014-09-08 21:33:32 -07:00
Michael Dowling
e9c74c257e Using the system CA bundle by default when possible
This commit updates Guzzle to use the CA bundle packaged on the
system by default when possible. cURL will use the system CA
bundle without issue, however, PHP 5.5 and lower will still
default to the bundled CA cert. You can now pass "bundled" to
use the cacert file bundled with Guzzle.
2014-09-08 21:33:32 -07:00
Michael Dowling
3951e6f7ef Merge pull request #806 from ifdattic/fix-typos
Fix typos
2014-09-04 20:23:05 -07:00
Andrew M
fe0b39d793 Fix typos 2014-09-04 17:48:58 +03:00
安正超
82db819a9a Fix typo 2014-09-04 18:25:47 +08:00
Melvin Loos
120c12468f Update events.rst
Event Subscribers example was missing an apostroph.
2014-08-20 17:50:16 +02:00
Michael Dowling
8e43631d95 Clarifying how the test server works. Closes #775 2014-08-19 20:20:27 -07:00
Michael Dowling
0bc3bc62e1 Clarifying error handling behavior 2014-08-17 16:33:04 -07:00
Michael Dowling
97b72d5d63 Fixing typo 2014-08-17 16:30:54 -07:00
Michael Dowling
f8fa2180c8 Adding more information on parallel adapter error handling 2014-08-17 16:24:44 -07:00
Michael Dowling
e5f0b6b84d Added the ability to throw exceptions immediately.
Closes #760
2014-08-17 16:21:32 -07:00
Michael Dowling
90bd509464 Adding support for the decode_content request option
- MessageFactory and adapters now handle decode_content
- server.js now requires base64 encoded data in the "body" JSON parameter.
- Closes #764
2014-08-17 14:33:46 -07:00
Michael Dowling
7521b6529d No longer using namespace functions from stream package 2014-08-16 18:13:59 -07:00
Michael Dowling
99bf91399c Removing bad docs. Addresses #760 2014-08-16 17:08:23 -07:00
Michael Dowling
fbf2bf6dbd Allowing mulitple event subscriber listeners to be registered per event name 2014-08-02 15:35:17 -07:00
Martin
b0977ddf0c Fixed typo in subscriber example. 2014-07-31 09:17:18 +02:00
Jérôme Gamez
8d89a8900d Replacing github example with httpbin
https://github.com/timeline.json has been removed and delivers a JSON message with a 410 HTTP Status code. The change to http://httpbin.org/get follows the other request examples.
2014-07-23 21:10:03 +02:00
Jamie Hannaford
4364fccf2a Update clients.rst 2014-07-22 12:30:00 +02:00
likeuntomurphy
c972aaa38a Update clients.rst
The path component of the base URL must end with a slash; otherwise, the effective URL of $client->get('example-request') is https://api.twitter.com/example-request instead of https://api.twitter.com/v1.1/example-request.
2014-07-05 10:17:14 -04:00
David Prévot
4c93e6e771 Strip away copyrighted ICC profile 2014-06-17 17:56:33 -04:00
Michael Dowling
c57f300af7 Merge pull request #701 from fredemmott/change-port
Change port used for unit tests
2014-06-10 12:18:37 -05:00
Fred Emmott
4db19b75d9 Change port used for unit tests
The purpose here is to allow running guzzle3 and guzzle4 tests at the
same time, on the same machine. This is needed for
http://hhvm.com/frameworks/ to work correctly. Ideally we'll make these
more isolated in the future, but this should be an unobtrusive
short-term fix.
2014-06-09 10:18:36 -07:00
Iain Cambridge
2dfc9bb681 Added Tests to auto complete for dev env 2014-06-09 08:57:54 +01:00
Luis Cordova
a4bd30cfb0 uppercasing after a . 2014-06-08 06:19:37 -05:00
Luis Cordova
adde1b2d1d number of request -> requests 2014-06-08 00:53:28 -05:00
Luis Cordova
8aecd0865c added missing been in 've sent' 2014-06-08 00:51:49 -05:00
Luis Cordova
6ccb4b3d61 exmaple -> example 2014-06-08 00:41:48 -05:00
Luis Cordova
3f52b9b094 typo is -> of 2014-06-08 00:30:42 -05:00
Luis Cordova
a2b24d0de4 remove unnecessary colon 2014-06-07 22:40:27 -05:00
Luis Cordova
eb580220bf typo uss -> use 2014-06-07 22:05:17 -05:00