Changes between Version 2 and Version 3 of S3REST
- Timestamp:
- 02/28/10 21:48:30 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
S3REST
v2 v3 1 1 [[TOC]] 2 = S3REST =2 = S3REST and XRequest = 3 3 4 The RESTController class replaces the prior shn_rest_controller() implementation. 4 == s3rest == 5 6 s3rest is a callable global object which implements the RESTful interface for the S3 framework. 5 7 6 8 [[Image(s3rest.png)]] 9 10 s3rest is an instance of the RESTController class, implemented in modules/s3rest.py. 11 12 == XRequest == 13