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

1229 Commits

Author SHA1 Message Date
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
fred
0f7a46213c Allow guzzle to read environment NO_PROXY variable 2015-07-28 20:00:04 +02:00
Michael Dowling
7420318951 Do not strip quotes when parsing cookies. Closes #1172 2015-07-27 22:23:47 -07: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
Jonathan Eskew
1bf94e4f80 Add content-length header to outgoing requests if not supplied 2015-07-22 17:27:13 -07:00
Michael Dowling
3416e6108e Adding on_redirect. Addresses #1166 2015-07-09 20:03:23 -07:00
Konstantin Kopachev
8114c93801 Force form_params to use & as fields separator 2015-07-07 17:41:33 -07:00
Michael Dowling
ddb0b857ca Merge remote-tracking branch 'ajgarlag/decoded-content-length' into content-length 2015-07-04 12:08:36 -07:00
Zaghdoudi Amine
a5ee11c332 add http method in message of request Exception 2015-07-02 11:54:49 +02:00
Michael Dowling
66737d2024 Merge pull request #1143 from hussainweb/master
Support HHVM. See if CURLOPT_PROTOCOLS is defined before using it and other HHVM errors.
2015-06-30 13:37:09 -07:00
hw
690f7af914 Fix failure with HHVM in MockHandlerTest::testCanEnqueueCallables() due to difference in how HHVM handles parameters. 2015-06-25 11:10:28 +05:30
Michael Dowling
9c43893a8e Merge pull request #1131 from sagikazarmark/fix/cookie-name
Fix invalid character regex
2015-06-24 18:00:39 -07:00
Michael Dowling
811c11a4e8 Fixing test 2015-06-24 13:06:42 -07:00
Michael Dowling
d3ae72676a Merge remote-tracking branch 'ged15/master' 2015-06-24 13:05:29 -07:00
Sági-Kazár Márk
820de92dd7 Fix exception tests 2015-06-24 18:11:32 +02:00
Michael Dowling
0da18ca665 Trying to fix test on Travis 2015-06-13 19:43:56 -07:00
Michael Dowling
861d2da555 Fixing common log format. Adding date_* format patterns. Closes #1122 2015-06-13 17:00:31 -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
a1c986a4bc Adding an easier way to create a mock handler that uses default middlewares 2015-06-03 12:13:27 -07:00
Antonio J. García Lagar
33921a4f1b Fix content-length and content-encoding headers when decoding body content. 2015-06-02 18:20:33 +02:00
Michael Dowling
6d2bab840c Ensure that cookies are extracted before redirects
Fixes #1090. Added a test.
2015-06-01 15:51:39 -07:00
Jared Markell
7314eeac52 Allow custom log levels for logging middleware. 2015-05-29 12:02:54 -07:00
Antonio J. García Lagar
41d99927e8 Test content-length and content-encoding with gzipped response
When the upstream response is transfered gzipped, we must test that
the returned response has valid content-length and content-encoding
for the returned body.
2015-05-28 18:04:20 +02:00
Michael Dowling
6f3db1618e Fixing nested query strings 2015-05-27 09:53:46 -07:00
Michael Dowling
a252cb4bcf Updating exceptions 2015-05-26 10:14:51 -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
060ee309af Using the Psr7\MultipartStream instad 2015-05-14 14:34:43 -07:00
Michael Dowling
6f2696ea24 Renaming MultipartPostBody to MultipartBody 2015-05-13 10:13:10 -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
ad7979d86c Moving retry middleware to class. Updating based on recent promise
changes.
2015-05-12 00:28:14 -07:00
Michael Dowling
9604fa359d Adding "expect" support. Closes #1042 2015-04-30 22:25:15 -07:00
Michael Dowling
f924ea6011 Cleanup and adding test 2015-04-30 01:03:35 -07:00
Michael Dowling
15557b1523 Refactoring to support the "on_headers" option 2015-04-30 00:59:01 -07:00
Michael Dowling
3df1696764 Fixing default header resolution on messages 2015-04-28 14:54:01 -07:00
Michael Dowling
a121e36d76 Fixing content-length issue 2015-04-28 10:10:13 -07:00
Michael Dowling
8f3219abd0 Test fix 2015-04-26 22:31:07 -07:00
Michael Dowling
f5df0bcdfa Reusing handles to improve perf (even for curl multi) 2015-04-26 20:05:23 -07:00
Michael Dowling
abd33b9034 Removing maxHandles from CurlMulti. May add queueing in the future 2015-04-26 13:08:10 -07:00
Michael Dowling
a043a2414a Cleaning up curl integration 2015-04-26 12:40:53 -07:00
Michael Dowling
251954e092 Adding handler context to request exceptions 2015-04-25 15:03:28 -07:00
Michael Dowling
64f11b1219 Ensuring the file can be created before giving to curl 2015-04-25 13:25:30 -07:00
Michael Dowling
f0d321f127 Simplifying cookie handling 2015-04-20 10:06:38 -07:00
Michael Dowling
b58db45016 Added logging to Guzzle's core 2015-04-19 21:23:25 -07:00
Michael Dowling
fd095f0f68 PSR-7 updates 2015-04-19 20:39:53 -07:00