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
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
1052cb23c8
Using async promise resolution.
2015-04-15 00:05:09 -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
363b8b44af
Test fixes
2015-03-29 18:11:09 -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
712c917843
Removing extra line
2015-03-28 14:32:54 -07:00
Michael Dowling
5c9cde3921
Throws OutOfBoundsException when no more in queue
2015-03-28 14:32:30 -07:00
Michael Dowling
0123fa5420
Adding some simple middleware helpers
2015-03-28 13:52:39 -07:00
Michael Dowling
aab03d40c5
Unrolling switch
2015-03-26 10:34:02 -07:00