Statistics
| Branch: | Revision:

root / asi-http-request-with-pithos / Classes / Pithos / ASIPithosRequest.h @ 32017ec6

History | View | Annotate | Download (3.9 kB)

# Date Author Comment
2fb7b1fc 01/27/2012 05:21 pm Miltiadis Vasilakis

Refactor and add support for new features

  • Refactor to move away from singleton pattern, in order to support clients that deal simultaneously with multiple accounts.
  • Add support for formatted response when conflict in object hashmap POST.
6d3af6ef 12/02/2011 04:24 pm Miltiadis Vasilakis

Support for new metadata/policy xml format.
Metadata keys can be any non-empty string.
Fixed urlencoding/decoding to take into account special url characters.
For object names in object requests, '/' are not encoded.
Content-Encoding and Content-Disposition are added to urlencoded/decoded headers.

78624c54 09/28/2011 04:57 pm Miltiadis Vasilakis

Minor changes and fixes.

f34ce56a 09/08/2011 02:54 pm Miltiadis Vasilakis

Added methods that allow the change of the user part of the request url, to access shared resources from other accounts.

6ba383d0 09/08/2011 12:17 pm Miltiadis Vasilakis

Method to get list of sharing accounts added.
Refactored ASIPithosRequest to support requests for different accounts.

be116d22 07/27/2011 04:39 pm Miltiadis Vasilakis

Added ASIHTTPRequest library extended with Pithos wrapper.