1
0
mirror of https://github.com/guzzle/guzzle.git synced 2025-02-26 19:15:10 +01:00

7 Commits

Author SHA1 Message Date
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
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
84a48e7987 Cleaning up special options and how response processing is tuned on commands 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
2680137994 Adding responseType to be used in tandem with responseClass. Adding protective checks to not attempt to set undefined properties on service descriptions. 2012-10-15 16:38:33 -07:00
Michael Dowling
cf0924471c Completely rethinking service descriptions
Getting rid of the Validation component and "Inspector"
Removing custom types from service descriptions
Using a JSON schema based approach to validation and normalization
Adding a lazy building of Parameters for Operaton objects
Using camel case for postFile and postFile
Adding models support to service descriptions
Adding support for $ref overwrites of models registered with ServiceDescriptions
Adding more meta information to service descriptions
Adding data property to operations
Adding service description property to operations. Adding an XML location used to serialize XML requests.
Restructuring how service description based command requests are serialized and how responses are parsed
Adding JSON response parsers
Adding the ability to skip recursive translations on JSON responses
2012-10-15 16:38:33 -07:00