bouncestorage / swiftproxy

Access other storage backends via the Swift API
Apache License 2.0
31 stars 2 forks source link

Parse response type with both format and Accept #32

Closed gaul closed 9 years ago

gaul commented 9 years ago

Parse response type with format parameter if present, else the Accept header, and finally default to text/plain.

gaul commented 9 years ago

Partial fix for running jclouds integration tests against SwiftProxy.

timuralp commented 9 years ago

:+1:

kahing commented 9 years ago

can you also change AccountResource so the two are consistent?

gaul commented 9 years ago

Done.

kahing commented 9 years ago

:+1: