Michael Dowling
cc1ea3b461
Various curl updates and perf tweaks.
...
- Bumping curl dependency to 7.19.4.
- No longer need to unset some curl functions when reusing handles.
- Adding support for HTTP/2
- Removing no longer utilized effective URI / transfer stats. Might add
this in later as a new type of request option or as part of "debug".
2015-04-25 11:06:09 -07:00
Michael Dowling
f0d321f127
Simplifying cookie handling
2015-04-20 10:06:38 -07:00
Michael Dowling
fd095f0f68
PSR-7 updates
2015-04-19 20:39:53 -07:00
Michael Dowling
a47dc8e99a
Updating docs and host handlers are used
2015-04-18 11:08:00 -07:00
Michael Dowling
2325f7b1d3
Removing handler stack from the client
2015-04-17 19:59:11 -07:00
Michael Dowling
b5edb69526
Removing synchronous calls in curl multi handler.
...
Removing the ability to set delay to "true" in order to work around the
fact that adding a request to a curl multi handler can cause synchronous
promise resolution if ticked, and can be very slow if you are sending
multiple requests concurrently.
2015-04-16 01:13:50 -07:00
Michael Dowling
98814d310a
Updating requirements.txt
2015-04-03 15:26:03 -07:00
Michael Dowling
4f2eb829e2
Using docs from pypi
2015-04-03 15:15:15 -07:00
Michael Dowling
caa0a37503
Switching back to guzzle theme
2015-04-03 13:31:05 -07:00
Michael Dowling
ea77048c62
Allowing delay to be true
2015-03-31 14:06:45 -07:00
Michael Dowling
66be56c746
Updating docs
2015-03-29 15:55:21 -07:00
Michael Dowling
de9b687285
Updating PSR-7 specific docs
2015-03-29 14:15:40 -07:00
Michael Dowling
c1dc3e62ab
Updating docs for request options
2015-03-29 13:08:41 -07:00
Michael Dowling
2660fef712
Doc updates
2015-03-29 12:41:58 -07:00
Michael Dowling
1e892c547c
Updating docs and readme
2015-03-29 12:34:54 -07:00
Michael Dowling
0949947ee2
Updating docs
2015-03-28 15:33:35 -07:00
Michael Dowling
b0a33d8923
Updating docs
2015-03-28 15:03:22 -07:00
Michael Dowling
7cc3409d22
Updating documentation
2015-03-21 19:30:11 -07:00
njohansson
4037688c6f
MockAdapter has been renamed to MockHandler
2015-02-06 10:35:58 +01:00
Michael Dowling
5f0c9f04cc
Adding the ability to limit which redirect protocols are allowed. Closes #841
2014-12-19 12:22:50 -08:00
hakeda
c92fd22be3
Fix typos
2014-12-01 11:10:49 +00:00
richardmiller
186c2451c9
Update some namespaces in docs
2014-11-17 23:17:15 +00:00
richardmiller
906c257798
Add attaching and detaching event subscribers to the docs
2014-11-14 11:00:31 +00:00
Gildas Quéméner
ae37637b99
Fixed wrong createRequest call
2014-11-08 18:02:07 +01:00
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