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

95 Commits

Author SHA1 Message Date
Mponos George
cf86e51dd6 Remove assertEquals in favor of assertSame (#2188) 2018-11-01 22:47:08 +01:00
Dariusz Ruminski
79294ad0a6
DX: small CS fixes 2018-04-08 21:15:02 +02:00
Gabriel Caruso
38d61ba642 Use PHPUnit\Framework\TestCase instead of PHPUnit_Framework_TestCase 2018-01-23 16:01:32 -02:00
Márk Sági-Kazár
a1c4a74bf3 Merge pull request #1569 from miguelbalboa/master
Added curl ntlm auth support
2017-03-22 12:33:29 +01:00
DQNEO
6a99df94a2 check handler type on construction (#1745) 2017-02-19 16:59:27 +01:00
Miguel Balboa
6e2c1d8500 Added NTLM Support 2017-01-13 13:54:21 -08:00
pkruithof
ac09112309 Only add scheme when host is present 2016-08-29 16:10:26 +02:00
Tobias Schultze
7cdd16f2c5 fix and add test for URI without scheme 2016-06-30 12:22:40 +02:00
Tobias Schultze
566d90d7cd readd default URI for client implementation for BC 2016-06-05 15:18:14 +02:00
Michael Dowling
0d082d5714 Fixing broken test. Closes #1470 2016-05-08 12:28:38 -07:00
Aleksey Kozakov
2cffbeb826 Changed double quotes to single quotes 2016-01-25 16:23:19 +02:00
Aleksey Kozakov
2138667fe7 Changed to single quotes 2016-01-25 16:18:25 +02:00
Aleksey Kozakov
afaa8917cb The "Host" header is being preserved, if it was set manually. 2016-01-22 12:20:07 +02:00
Daniel Wehner
e464b0198d Use ::class in tests where it was possible 2015-09-09 11:17:23 +02:00
Michael Dowling
cae1fec097 Merge remote-tracking branch 'fbeisse/feature/no_proxy' into no_proxy 2015-08-15 13:02:58 -07:00
Maks3w
3bfcf395b6 Fill Content-Type header when multipart body is explicit set
When custom crafted requests are created Content-Type is not automatically filled like was done in multipart option
2015-08-14 18:20:45 +02:00
fred
0f7a46213c Allow guzzle to read environment NO_PROXY variable 2015-07-28 20:00:04 +02:00
Konstantin Kopachev
8114c93801 Force form_params to use & as fields separator 2015-07-07 17:41:33 -07:00
Michael Dowling
811c11a4e8 Fixing test 2015-06-24 13:06:42 -07:00
Gediminas Šedbaras
b2e92a9007 failing test for merging Uris using $client->request 2015-06-10 21:08:40 +02:00
Michael Dowling
175f773ed1 form_param and multipart error message
Closes #1113
2015-06-09 17:56:14 -07:00
Michael Dowling
6f3db1618e Fixing nested query strings 2015-05-27 09:53:46 -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
c53c4a617c Renaming the sync option to synchronous to avoid confusion with sink 2015-05-19 21:55:21 -07:00
Michael Dowling
8fd930513a Refactoring POST support to multipart and form_params
Updating documentation
2015-05-12 21:47:00 -07:00
Michael Dowling
3df1696764 Fixing default header resolution on messages 2015-04-28 14:54:01 -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
1332c4bf69 Simplifying applying default client middleware so that it is applied in the ctor of the client 2015-03-31 21:33:31 -07:00
Michael Dowling
0949947ee2 Updating docs 2015-03-28 15:33:35 -07:00
Michael Dowling
d730858643 Fixing request option application 2015-03-28 15:03:51 -07:00
Michael Dowling
ee185561f7 Adding sync attribute for synchronous requests 2015-03-23 20:54:06 -07:00
Michael Dowling
78ccbfb164 Adding MockHandler tests 2015-03-22 20:19:33 -07:00
Michael Dowling
831d3ab0ab Adding client tests 2015-03-22 19:32:07 -07:00
Michael Dowling
04a212896f Removing Stream::factory 2015-03-22 17:42:47 -07:00
Michael Dowling
5eabdb6db0 Simplifying some client methods and removing URI template arrays 2015-03-22 16:35:41 -07:00
Michael Dowling
58310521b6 Adding client tests 2015-03-21 23:33:02 -07:00
Michael Dowling
acb33e0731 Cleaning up test server and starting on ClientTest 2015-03-21 17:10:17 -07:00
Michael Dowling
46abe49257 Refactoring 2015-03-21 15:53:38 -07:00
Michael Dowling
9c9a4cdd71 Backwards compat updates 2015-03-03 14:02:24 -08:00
Michael Dowling
1a9ad6b553 WIP refactor for PSR-7 2015-02-25 14:50:44 -08:00
Michael Dowling
14f66ae8fd URI template arrays always require a list of two elements. Closes #956 2015-01-11 15:52:51 -08:00
Michael Dowling
8c931e3725 Setting a request option to null will ensure it is not set.
This commit makes it so that setting a request option to null will
ensure that the option is not set by the single request or as a result
of merging in default client settings (like being able to override proxy
on a one-off basis).
2014-12-09 17:06:35 -08:00
Michael Dowling
670220f70c Not forcing typehint and adding test to ensure URL and query string can be customized 2014-12-09 11:31:02 -08:00
Jamie Hannaford
914dac90ac Allow "0" (and any other falsy) URI paths 2014-12-09 13:59:58 +00:00
Michael Dowling
2a8a75ee4c Adding missing coverage and accepting adapter as constructor arg 2014-10-12 20:02:40 -07:00
Michael Dowling
2c2f1d7c47 Updating to use RingPHP and s/adapter/handle/g 2014-10-12 18:27:08 -07:00
Michael Dowling
46bead5c15 Updating for Guzzle-Ring changes 2014-10-06 22:25:04 -07:00