Andreas Fernandez
8abe196718
Ignore zeroed timeout with StreamHandler to use PHP default instead
...
Using \GuzzleHttp\Client without cURL being installed falls back to the
StreamHandler. As documented, guzzle uses a `timeout => 0` setting by
default, if that setting isn't explicitly passed as option. This value
is passed to the context of the stream, causing every request to fail
instantly as `timeout => 0` has a different meaning for streams.
Fixes #1487
2016-06-05 11:58:26 +02:00
Michael Dowling
6a37496c2b
Merge pull request #1485 from rosiecki/master
...
PHP 7 fix
2016-06-04 15:16:20 -07:00
Rafał Osiecki
c0c8969ca0
PHP 7 fix
2016-06-03 00:45:36 +02:00
Michael Dowling
b1a96f6134
Fixing docs. Closes #1471
2016-05-08 12:39:56 -07:00
Michael Dowling
2c0556b78f
Merge pull request #1459 from Tobion/patch-1
...
Fix strange auth option handling
2016-05-08 12:30:22 -07:00
Michael Dowling
0d082d5714
Fixing broken test. Closes #1470
2016-05-08 12:28:38 -07:00
Michael Dowling
58e54017e9
Merge pull request #1469 from abacaphiliac/mock-handler-doc-block
...
update MockHandler @return doc-block
2016-05-06 09:50:02 -07:00
Tim Younger
62c12548ee
\GuzzleHttp\Handler\MockHandler::createWithMiddleware() returns an instance of \GuzzleHttp\HandlerStack, not \GuzzleHttp\Handler\MockHandler.
2016-05-05 18:27:22 -07:00
Michael Dowling
7011740238
Merge pull request #1462 from azamtav/azamtav-updating-doc
...
Updated quickstart documentation
2016-04-29 10:35:12 -07:00
azamtav
08b4185d83
Updated quickstart documentation
...
Added a line stating that clients are immutable
2016-04-26 10:01:56 -05:00
Tobias Schultze
dd114f72da
Fix strange auth option handling
2016-04-25 23:22:12 +02:00
Michael Dowling
85cb758d73
Merge pull request #1443 from bil9000/master
...
php command
2016-04-06 10:59:33 -07:00
Michael Dowling
6b64437a7b
Merge pull request #1444 from aminebenhariz/master
...
general code style fixes
2016-04-06 10:59:20 -07:00
Amine Ben Hariz
cc0d5ff43e
using new array syntax
2016-04-02 13:03:41 +01:00
Amine Ben Hariz
c348a5464d
remove unused import
2016-04-02 13:02:46 +01:00
BIL9000
80751fd836
php command
...
minor command missing, easy for some, however for newbie… fatality!
2016-04-01 15:56:52 -04:00
Jeremy Lindblom
8e4e5ef9fb
Merge pull request #1442 from kenske/master
...
Updating documentation for async requests
2016-03-31 22:52:09 -07:00
Kenneth
812f3a83e5
Updating documentation for async requests
...
I took me many hours to realize I could use the settle function instead of unwrap if I wanted to get the responses regardless of their status.
2016-03-31 22:35:47 -05:00
Jonathan Eskew
d094e33797
6.2.0 release
6.2.0
2016-03-21 13:02:09 -07:00
Jeremy Lindblom
6a173ddae1
Merge pull request #1426 from rickyrobinett/master
...
Add missing ; in Middleware documentation
2016-03-11 08:36:56 -08:00
Ricky Robinett
b00363a54b
add missing ; in middleware documentation
2016-03-11 11:34:05 -05:00
Ricky Robinett
b03683fee3
add missing ; in middleware documentation
2016-03-11 11:31:44 -05:00
Michael Dowling
ec6cbc1d54
Merge pull request #1422 from jeskew/feature/rewind-seekable-request-bodies
...
Rewind seekable request bodies before dispatching to cURL
2016-03-09 14:09:58 -08:00
Jonathan Eskew
b65cdda6b0
Rewind seekable request bodies before dispatching to cURL
2016-03-07 13:12:30 -08:00
Michael Dowling
55ab7c5edc
Merge pull request #1420 from kazu9su/master
...
fix typo
2016-03-07 13:03:36 -08:00
Tomy
265a273f09
fix typo
2016-03-06 14:58:27 +09:00
Tomy
78a4eef3a0
fix typo
2016-03-06 14:57:05 +09:00
Michael Dowling
30f8346719
Merge pull request #1409 from jeskew/feature/report-original-length-on-decode
...
Add original content encoding and length to responses
2016-03-04 18:10:00 -08:00
Jonathan Eskew
1803e73cf7
Add original content encoding and length to responses
2016-02-23 15:11:24 -08:00
Michael Dowling
739b9c8378
Merge pull request #1406 from dvaeversted/noqoute-cookies
...
Do not attempt to escape cookie values.
2016-02-17 13:09:10 -08:00
Dennis Væversted
9a6691fb90
Do not attempt to escape cookie values.
...
Trust that the cookie value sent by the server is escaped accordingly,
and do not attempt to escape the cookie by adding quotes around the value.
2016-02-17 22:02:27 +01:00
Jeremy Lindblom
8ff79efe33
Merge pull request #1399 from Zae/patch-1
...
Update quickstart.rst adding part about usage of closures in pools.
2016-02-16 09:48:23 -07:00
Ezra Pool
6b808106c9
Update quickstart.rst adding part about usage of closures in pools.
...
Add documentation about Pools being able to resolve closures also with a little example that builds upon the example directly above.
2016-02-14 23:34:16 +01:00
Michael Dowling
8c033e192f
Adding doc clarifications. Closes #1386
2016-01-30 16:19:49 -08:00
Michael Dowling
fff93932cd
Merge branch 'fix-host-header-preserving'
2016-01-30 16:14:42 -08:00
Michael Dowling
c192997cf1
Merge pull request #1389 from guzzle/add-json-functions
...
Adding back json helper functions
2016-01-30 16:06:15 -08:00
Michael Dowling
a799bb6f0a
PHP 7 fixes
2016-01-30 16:01:12 -08:00
Michael Dowling
9627715757
Adding back json helper functions
2016-01-30 15:55:20 -08:00
Michael Dowling
b498f9ed29
Merge pull request #1374 from zf2timo/master
...
ClientInterface::request did not accept null
2016-01-30 15:51:29 -08:00
Michael Dowling
858d236882
Merge pull request #1379 from pra85/patch-1
...
Update license year
2016-01-30 15:50:17 -08:00
Michael Dowling
cc478cae5a
Merge pull request #1380 from GrahamForks/patch-1
...
Bumped branch alias to 6.2
2016-01-30 15:50:07 -08:00
Michael Dowling
c50be1c3fd
Merge pull request #1369 from Naktibalda/php-7.0-clean
...
Fixed describe_type tests on PHP 7.0
2016-01-30 15:50:01 -08:00
Graham Campbell
f5e6ce563c
Bumped branch alias to 6.2
2016-01-26 19:25:48 +00:00
Prayag Verma
7bc857162a
Update license year
2016-01-26 19:07:22 +05:30
Jonathan Eskew
1ddfa56770
Merge pull request #1377 from jeskew/fix/use-lazyopenstreams-with-streamhandler-sinks
...
Use a LazyOpenStream instead of try_fopen r+
2016-01-25 10:48:00 -08:00
Jonathan Eskew
7377cff8fa
Use a LazyOpenStream instead of try_fopen r+
2016-01-25 10:32:37 -08:00
Aleksey Kozakov
2cffbeb826
Changed double quotes to single quotes
2016-01-25 16:23:19 +02:00
zf2timo
bf47c21bc2
Corrected PHPDoc
2016-01-25 15:20:50 +01:00
Aleksey Kozakov
2138667fe7
Changed to single quotes
2016-01-25 16:18:25 +02:00
zf2timo
257d63efa2
Merge pull request #1 from zf2timo/hotfix/clientInterface
...
ClientInterface::request did not accept null
2016-01-23 17:57:06 +01:00