1
0
mirror of https://github.com/guzzle/guzzle.git synced 2025-02-25 02:22:57 +01:00

394 Commits

Author SHA1 Message Date
Luis Cordova
65d7fb18f9 tests passing but marked one incomplete as it lacks a robust assertion 2012-11-03 22:57:55 -05:00
Luis Cordova
e1abacc860 wip nonce needs microtime to be unique 2012-11-03 21:32:22 -05:00
Pascal Borreli
c309f229ff Fixed typos 2012-11-03 00:09:36 +00:00
Michael Dowling
d22230f1b6 Adding phpunit as dev dep so that it is easier for new users to get up and running 2012-10-31 21:27:06 -07:00
Michael Dowling
012fec8697 Finalizing redirect plugin implementation
Making it easier to disable redirects on a Request
Making it easier to enable/disable strict redirects
Making it easier to set the maximum number of redirects
Keeping an actual request/response history when a redirect occurs
Fixing relative/absolute URL support of redirect requests
2012-10-31 10:27:56 -07:00
Michael Dowling
138eac1840 Adding the ability to disable redirects per-request 2012-10-30 22:32:20 -07:00
Michael Dowling
fd8515cd92 Adding helper to entity requests to enable strict redirects. More tests. 2012-10-30 22:10:58 -07:00
Michael Dowling
464a059d09 Cleaning up and updating CookiePlugin for new redirect support. Closes #149. 2012-10-30 22:10:58 -07:00
Michael Dowling
5bb36b81c2 Implementing redirects in PHP rather than curl 2012-10-30 22:10:58 -07:00
Michael Dowling
c6a433c295 Merge remote-tracking branch 'glennpratt/CookiePlugin' 2012-10-30 20:56:53 -07:00
Michael Dowling
4d873b3d30 Fixing Content-Length fixing in Response factory. Closes #155 2012-10-30 10:38:44 -07:00
Michael Dowling
e7c553030a Adding PECL URI template parser
Keeping BC compatibility, but making ParserRegistry as singleton
Using the PECL URI template parser if the extension is loaded
2012-10-28 21:08:38 -07:00
Michael Dowling
e74cf3ce3e Enabling magic methods by default. Magic methods return result not command. 2012-10-24 20:23:10 -07:00
Adrien Brault
e255685f78 Fix wrong uri construction with unset command parameters 2012-10-24 18:23:53 +02:00
Michael Dowling
412402a3d9 Clients do not require base_url in factory 2012-10-23 21:24:09 -07:00
Glenn Pratt
97da57831e Add failing test for #149, redirected request doesn't have newly added cookies. 2012-10-22 19:14:49 -05:00
Michael Dowling
70f40637fc Allowing models to be used more like Collections. Fixing bug where 0 value keys were ignored 2012-10-22 11:10:37 -07:00
Michael Dowling
ef7fe4f862 Adding a custom AppendIterator to account for PHP bug 2012-10-18 12:37:23 -07:00
Michael Dowling
b8eff43ce8 Adding more options around the debug plugin to specify the stream used to write debug messages 2012-10-15 16:48:15 -07:00
Michael Dowling
987d5396d9 Fixing broken test after removing url encoding 2012-10-15 16:48:14 -07:00
Michael Dowling
b9e63ad028 Fixing a couple bugs introduced when refactoring response parsing 2012-10-15 16:38:40 -07:00
Michael Dowling
522d3b5688 Cleaning up and future-proofing response parsing 2012-10-15 16:38:40 -07:00
Michael Dowling
424905cebf Cleaning up XML visitors
Adding filters to body response
Moving prefix header maps into a container element for outputs
Setting a default false value for missing booleans
2012-10-15 16:38:40 -07:00
Michael Dowling
ed3627f1d9 Adding an option to change the entity body used to store the response body of a command 2012-10-15 16:38:40 -07:00
Michael Dowling
7dd29e0a37 Adding better namespace support to XML serializer. Adding a boolean-string schema format 2012-10-15 16:38:40 -07:00
Michael Dowling
206ecb13c8 Adding format attribute to service description parameters 2012-10-15 16:38:40 -07:00
Michael Dowling
e168692401 Cleaning up XML visitors and tuning descriptions
XML visitors now have data attributes with an xml prefix.
Default arrays are inserted into response models when the value is not
set
Response values are automatically converted to booleans parsing models
Any parameter option can now be retrieved by using getData()
2012-10-15 16:38:40 -07:00
Michael Dowling
a6be53b737 [Service] Adding support for flat XML arrays 2012-10-15 16:38:39 -07:00
Michael Dowling
b6f286319e Default header glue should be a comma, not a semicolon. 2012-10-15 16:38:39 -07:00
Michael Dowling
cb187199f9 Moving the Md5Validator namespace to Md5. Adding a CommandContentMd5Plugin. 2012-10-15 16:38:39 -07:00
Michael Dowling
7c9ce23ee3 Adding Content-Encoding header to outbound requests when a body location sees a Content-Encoding value specified on an EntityBody 2012-10-15 16:38:39 -07:00
Michael Dowling
36a1c7c150 Adding support for mapped headers in input and output. Removing ArrayAccess support from SchemaValidator and instead using a ToArrayInterface to convert objects to arrays. 2012-10-15 16:38:39 -07:00
Michael Dowling
b4a9ab6f91 Renaming the rename attribute of inputs and outputs to sentAs
- sentAs represents how the data is named over the wire
- name represents how the data is represented in the input and output hash
Fixing nested renaming of XML response marshaling
2012-10-15 16:38:39 -07:00
Michael Dowling
c7918d79ca Removing no longer used event from CurlMulti object 2012-10-15 16:38:38 -07:00
Michael Dowling
2672b96685 Fixing the merging of global default command parameters with explicitly specified command parameters 2012-10-15 16:38:38 -07:00
Michael Dowling
1306806aed Removing model_array response processing. Fixing a bug where resolving classes with extended services would not pick up extended classes in the correct order. 2012-10-15 16:38:38 -07:00
Michael Dowling
84d0722d7c Adding rename support to XML responses. Adding flat array support to XML responses. 2012-10-15 16:38:38 -07:00
Michael Dowling
e3c3684b8a Adding much more control around the expect header. Only sending the expect header by default when the size of the body exceeds 1MB or the body is not seekable. 2012-10-15 16:38:38 -07:00
Michael Dowling
a7100ac0a9 Changing the expect data value of body locations to expect_header.
Allowing native response overrides when using a model based operation response parser.
Moving the responsibility of dispatching the command.before_prepare event from the client to the command.
More options to the expect_header option and assuming the cutoff to be 1MB
2012-10-15 16:38:37 -07:00
Michael Dowling
81542a8fc6 Adding command.expects to commands to inject a Content-Type into responses manually. Adding more control of the Expect header to entity bodies using the expect data parameter of the body location. 2012-10-15 16:38:37 -07:00
Michael Dowling
84a48e7987 Cleaning up special options and how response processing is tuned on commands 2012-10-15 16:38:37 -07:00
Michael Dowling
b1287ad737 Moving curl.blacklist to curl.option.blacklist 2012-10-15 16:38:37 -07:00
Michael Dowling
1f06daf71e Adding the ability to control the certificate authority using configuration options on the client 2012-10-15 16:38:37 -07:00
Clay Loveless
38019b9131 Use Mozilla's CA bundle by default for SSL requests, and allow SSL configuration flexibility
PSR-2 fixes
2012-10-15 16:38:37 -07:00
Michael Dowling
0f57d6ac22 [Service] Adding Model classes that can be used to make it easier to consume the models generated by service description powered OperationCommands. 2012-10-15 16:38:37 -07:00
Michael Dowling
32080ea36d Adding a shortcut for retrieving a debug log plugin to output wire traces to stdout 2012-10-15 16:38:36 -07:00
Michael Dowling
b4122aeed7 Adding baseUrl to service descriptions 2012-10-15 16:38:36 -07:00
Michael Dowling
bd5727da5f Using Iterator and Model as the default directories to look for iterators. Adding a MapResourceIteratorFactory. Adding fix for XML response parser. 2012-10-15 16:38:36 -07:00
Michael Dowling
b961ecbfa4 Adding name attribute to parameters that are a child of an array. Adding plugins to service builders. Adding the ability for the XML response parser to map collections into flattened arrays. 2012-10-15 16:38:36 -07:00
Michael Dowling
dc91935cf6 No longer sending an Accept and Accept-Encoding header by default 2012-10-15 16:38:36 -07:00