1
0
mirror of https://github.com/guzzle/guzzle.git synced 2025-01-18 05:48:15 +01:00

3024 Commits

Author SHA1 Message Date
Michael Dowling
36e021d6f2 Merge pull request #1221 from BostjanOb/master
Fix changing curl options
2015-08-24 10:09:43 -07:00
Michael Dowling
f2e88b76c0 Merge pull request #1219 from grokify/master
Fix minor typos in psr7.rst
2015-08-24 10:08:37 -07:00
Michael Dowling
29baaa1412 Merge pull request #1230 from Tobion/patch-2
Fix phpdoc for configureDefaults() that does not have a return value
2015-08-24 10:07:59 -07:00
Michael Dowling
c1edc2e333 Merge pull request #1228 from Tobion/patch-1
Fix UriTemplate does not have constructor args
2015-08-24 10:06:45 -07:00
Tobias Schultze
22a403251e Fix phpdoc for configureDefaults() that does not have a return value 2015-08-24 14:56:42 +02:00
Tobias Schultze
49eb7526d6 Fix UriTemplate does not have constructor args 2015-08-24 04:21:13 +02:00
Bostjan Oblak
12fe5b4a9e Fix changing curl options 2015-08-18 12:24:44 +02:00
John Wang
f8dc8000f8 fix minor typo in psr7.rst 2015-08-15 23:44:09 -07:00
John Wang
01d19a016e fix httpbin.org hostname in psr7.rst 2015-08-15 23:41:56 -07:00
John Wang
b72736a83b fix typos in psr7.rst 2015-08-15 23:39:32 -07:00
Michael Dowling
d687700d60 Cleaning up no_proxy support 2015-08-15 13:48:15 -07:00
Michael Dowling
cae1fec097 Merge remote-tracking branch 'fbeisse/feature/no_proxy' into no_proxy 2015-08-15 13:02:58 -07:00
Michael Dowling
1c580201c3 Merge pull request #1195 from kmorozov/SessionCookieFix
Session cookie fix
2015-08-15 12:52:06 -07:00
Michael Dowling
6d1b5f1e91 Merge pull request #1218 from Maks3w/feature/fill-content-type_when-multipartbody-is-explicit
Fill Content-Type header when multipart body is explicit set
2015-08-14 09:59:48 -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
Michael Dowling
24cbdfb065 Merge pull request #1217 from Maks3w/patch-1
Fix types allowed as body
2015-08-13 23:50:48 -07:00
Maks3w
a9438ca9f4 Fix types allowed as body 2015-08-14 07:45:33 +02:00
Michael Dowling
a72ba15dc8 Merge pull request #1216 from atrauzzi/patch-1
Add certificate path for google app engine
2015-08-13 13:30:59 -07:00
Alexander Trauzzi
63e67ceedd Add certificate path for google app engine
See this comment by @sjlangley on Stack Overflow: http://stackoverflow.com/questions/31631596/curl-error-7-during-guzzle-request-on-google-app-engine?noredirect=1#comment51770582_31631596

Closes #1191.
2015-08-13 13:18:18 -05:00
Kirill
122ec49147 forgot to remove unneeded test. 2015-08-12 09:49:44 -04:00
Kirill
80e71a2429 fixed if -> ( spacing. Also added data-providers for the new tests. 2015-08-12 09:48:58 -04:00
fred
b8e2108f46 take pull request comments 2015-08-12 13:02:24 +02:00
Michael Dowling
e4046d42e6 Merge pull request #1207 from nazo/master
Remove Authorization header if redirect host is different
2015-08-10 10:23:52 -07:00
Michael Dowling
f31a3f53e0 Merge pull request #1211 from GrahamCampbell/patch-1
Cleanup import
2015-08-10 10:23:11 -07:00
Graham Campbell
ce2c3e17f4 Cleanup import 2015-08-10 15:14:19 +01:00
Biesse Frédéric
20c38fe3f8 Simplification of the code + PSR-2 2015-08-07 10:47:54 +02:00
Takuya Sato
5df49f09a6 add remove Authorization header on redirect tests 2015-08-06 14:51:23 +09:00
Takuya Sato
b92e067a58 Remove Authorization header if host is different. 2015-08-06 13:21:54 +09:00
mortenhauberg
ca3d04d972 Yield key 2015-08-03 09:03:03 +02:00
Daniel Wehner
991ec647f1 Add a redirect history 2015-07-30 18:54:50 +02:00
Kirill
4880875daf forgot to remove an assert that I wrapped in if/else. 2015-07-30 10:11:31 -04:00
Kirill
e38c85f3d7 Forgot $this in method calls. 2015-07-30 09:59:59 -04:00
Kirill
81721b0f52 fixed spacing, line width and formatting. Added tests to check on the session cookie flag. 2015-07-30 09:16:20 -04:00
fred
234e813cc9 Add support to sundomains and wilcards 2015-07-30 12:51:16 +02:00
Michael Dowling
6692db3cda Fixing cookie path matching. Closes #1129 2015-07-29 21:48:33 -07:00
Michael Dowling
37421d2e67 Merge pull request #1201 from justincy/patch-1
Fix `body_as_string` curl option
2015-07-29 20:22:58 -07:00
Justin
b617f4ccd4 Update CurlFactory.php
The `_body_as_string` option is used in `applyBody` which is called from `applyMethod`, therefore the option needs to be processed and made available _before_ `applyMethod` is called.
2015-07-29 13:04:48 -05:00
fred
0f7a46213c Allow guzzle to read environment NO_PROXY variable 2015-07-28 20:00:04 +02:00
Kirill
cbc358801c fixed typo 2015-07-28 10:04:21 -04:00
Kirill
6289ba4591 refactored some code duplication. 2015-07-28 09:59:29 -04:00
Michael Dowling
7420318951 Do not strip quotes when parsing cookies. Closes #1172 2015-07-27 22:23:47 -07:00
Michael Dowling
2744408cb3 Adding guzzle version number to docs. Closes #1180 2015-07-27 21:34:24 -07:00
Michael Dowling
5bb145847b Adding GAE check for curl_version. Closes #1164 2015-07-27 21:28:38 -07:00
Michael Dowling
743405888e Merge pull request #1187 from pinkal-vansia/master
Changed the reason phrase casting from int to string
2015-07-27 21:06:41 -07:00
Michael Dowling
628cd92f8c Merge pull request #1189 from jeskew/fix/content-length-on-stream-handler
Add content-length header to outgoing requests if not supplied
2015-07-27 21:00:10 -07:00
Kirill
02b91181a4 documentation types were wrong. forgot to mark the store session cookie flag as a bool. 2015-07-27 15:36:41 -04:00
Kirill
62a12b4143 Space after if. 2015-07-27 15:27:57 -04:00
Kirill
c03cda8b3e forgot $this 2015-07-27 15:12:58 -04:00
Kirill
6aceeb7304 added parameter to the cookie jars to store session cookies. 2015-07-27 15:00:53 -04:00
Jonathan Eskew
f9614178a7 PrepareBodyMiddleware will handle content-length when non-zero; just handle the zero case 2015-07-22 18:26:45 -07:00