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

1481 Commits

Author SHA1 Message Date
Michael Dowling
9e2f398c06 Cleaning up RequestInterface 2013-10-29 21:01:21 -07:00
Michael Dowling
c263151017 Tightening MockPlugin 2013-10-29 21:01:21 -07:00
Michael Dowling
bad1f28eb8 Removing setUserAgent() from ClientInterface 2013-10-29 21:01:20 -07:00
Michael Dowling
d917d08695 Cleaning up streams 2013-10-29 21:01:20 -07:00
Michael Dowling
1b78e8fda3 Moving preparing a request body to a subscriber and adding a request event dispatcher as a constructor option 2013-10-29 21:01:20 -07:00
Michael Dowling
9fc36652af Serialization should be external to a message 2013-10-29 21:01:20 -07:00
Michael Dowling
a18410833d More cleanup of privates and initialization 2013-10-29 21:01:20 -07:00
Michael Dowling
d927eac06e Using POST fields when body is less that 32k 2013-10-29 21:01:19 -07:00
Michael Dowling
49a23effa0 Changing request_config to config. Adding curl adapter options. 2013-10-29 21:01:19 -07:00
Michael Dowling
4dd901f9cb Starting to update the cache plugin 2013-10-29 21:01:19 -07:00
Michael Dowling
f04df9c600 Adding HTTP error extends back in 2013-10-29 21:01:19 -07:00
Michael Dowling
983b5f6c1a Better names 2013-10-29 21:01:19 -07:00
Michael Dowling
e6a1e79f57 Updating the ResponseIntegrityPlugins to allow for a streaming validation 2013-10-29 21:01:19 -07:00
Michael Dowling
11a7edb2e8 Catching stream toString exceptions and throwing a fatal error instead 2013-10-29 21:01:18 -07:00
Michael Dowling
e3a9545405 Emulating request.got_headers 2013-10-29 21:01:18 -07:00
Michael Dowling
f84a94e99e Updating CookiePlugin 2013-10-29 21:01:18 -07:00
Michael Dowling
e26a084fa3 Fixing redirect plugin when merging urls 2013-10-29 21:01:18 -07:00
Michael Dowling
26071b1232 Adding a request.got_headers event and request lifecyle events 2013-10-29 21:01:18 -07:00
Michael Dowling
e0c5d2a6f9 Adding req_headers and res_headers 2013-10-29 21:01:18 -07:00
Michael Dowling
4ce4b0547e Fixing redirectplugin with nested redirects 2013-10-29 21:01:18 -07:00
Michael Dowling
7c0e70823c Removing stuff that is added via a trait 2013-10-29 21:01:17 -07:00
Michael Dowling
e532dbf757 Removing extra space 2013-10-29 21:01:17 -07:00
Michael Dowling
118f95c0d9 Removing header glue as it is always ",". Updating cookie header accordingly. 2013-10-29 21:01:17 -07:00
Michael Dowling
f132b12195 Simplifying validation 2013-10-29 21:01:17 -07:00
Michael Dowling
5eec8f9ee3 Fixing SetCookie abstraction. Updating the cookie normalization to not explode on glue when the glue is in quotes 2013-10-29 21:01:17 -07:00
Michael Dowling
3943e7bea3 Updating Set-Cookie 2013-10-29 21:01:17 -07:00
Michael Dowling
31315637ab Cleaning up, adding MIC plugin. 2013-10-29 21:01:17 -07:00
Michael Dowling
f8b5cfa7d0 More transitions 2013-10-29 21:01:16 -07:00
Michael Dowling
4eb23be0fa Renaming transfer options to request config 2013-10-29 21:01:16 -07:00
Michael Dowling
a001502b5a Adding more post interfaces and the ability to force multipart uploads 2013-10-29 21:01:16 -07:00
Michael Dowling
27333e9333 Refactoring query aggregators to return an associative array 2013-10-29 21:01:16 -07:00
Michael Dowling
d55056524c Adding options parameters to a request transfer options if no option visitor is found 2013-10-29 21:01:16 -07:00
Michael Dowling
f0460eb8f4 Starting to update the CookiePlugin 2013-10-29 21:01:16 -07:00
Michael Dowling
962c9bc390 Refactoring POST fields and files to be a body concern and not on the request interface 2013-10-29 21:01:16 -07:00
Michael Dowling
518d0d6c1c More Form to Post migration 2013-10-29 21:01:15 -07:00
Michael Dowling
e3f1945a33 More Form to Post migration 2013-10-29 21:01:15 -07:00
Michael Dowling
41f2682bed Renaming Form to Post 2013-10-29 21:01:15 -07:00
Michael Dowling
d5662cb95b Returning an SplObjectStorage for the HistoryPlugin 2013-10-29 21:01:15 -07:00
Michael Dowling
58ba4979db Private formatter on LogPlugin 2013-10-29 21:01:15 -07:00
Michael Dowling
8db916a45d Fixing priority of the log plugin 2013-10-29 21:01:15 -07:00
Michael Dowling
3bc82487c4 Making redirect plugin more private 2013-10-29 21:01:14 -07:00
Michael Dowling
98dbe130c0 Adding HistoryPlugin back 2013-10-29 21:01:14 -07:00
Michael Dowling
0d40a547a8 Drying up events and adding a trimmed down MockPlugin back in 2013-10-29 21:01:14 -07:00
Michael Dowling
1435413652 Adding automatic decompression to the StreamAdapter. Fixing streaming support in the StreamProxyAdapter. Adding a better decoration of readLine() for stream decorators. 2013-10-29 21:01:14 -07:00
Michael Dowling
0f8b48add5 Removing more deprecations 2013-10-29 21:01:14 -07:00
Michael Dowling
e3309de293 Removing some plugins 2013-10-29 21:01:13 -07:00
Michael Dowling
f9e7bbe0ca Adding Expect header support 2013-10-29 21:01:13 -07:00
Michael Dowling
37936c329c Adding support for setting request cookies 2013-10-29 21:01:13 -07:00
Michael Dowling
c869740426 Updating redirect plugin and converting adapter_options to transfer_options 2013-10-29 21:01:13 -07:00
Michael Dowling
766bcadca1 Fixing LogPlugin composer.json 2013-10-29 21:01:13 -07:00