1
0
mirror of https://github.com/guzzle/guzzle.git synced 2025-02-24 10:03:27 +01:00

3096 Commits

Author SHA1 Message Date
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
zf2timo
9c4b27be14 Changed PHPDoc 2016-01-23 17:55:23 +01:00
zf2timo
1a5c9dc232 ClientInterface::request did not accept null
I found a difference between the ClientInterface and the Client Implementation Request Method.
The `$uri` is required in the Interface, however in the Implementation it is allowed to be null.
See:
c6851d6e48/src/Client.php (L126) and c6851d6e48/src/ClientInterface.php (L54)

To fix this difference, i changed the `$uri` Parameter in the Interface to default Value `null`
2016-01-23 17:53:11 +01:00
Michael Dowling
5741733ee5 Merge pull request #1373 from guzzle/flexible-history-container
More flexible history containers
2016-01-22 14:54:08 -08:00
Jeremy Lindblom
365ca94919 Alternative to #1372. More flexible history containers.
Allows an array or array-accessible object to be used as the history container for the history middleware.
2016-01-22 13:41:00 -08:00
Aleksey Kozakov
afaa8917cb The "Host" header is being preserved, if it was set manually. 2016-01-22 12:20:07 +02:00
Gintautas Miselis
622b538e3f Fixed describe_type tests on PHP 7.0 2016-01-21 10:35:47 +00:00
Jonathan Eskew
789bd2309e Merge pull request #1367 from ianchadwick/patch-1
Fix #1366 error when posting with form_params
2016-01-20 14:04:50 -08:00