Changes between Version 31 and Version 32 of S3REST
- Timestamp:
- 05/14/10 07:15:54 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
S3REST
v31 v32 14 14 s3rest is an instance of the RESTController class, implemented in modules/s3rest.py. 15 15 16 Instead of the web2py ''request'' object, s3rest uses the '' S3Request'' class (described below) to represent the current REST request. Other than web2py/request, the XRequest of the current call is not a global object, but gets passed as argument when calling REST method handlers.16 Instead of the web2py ''request'' object, s3rest uses the ''[#S3RESTRequest S3RESTRequest]'' class (described below) to represent the current REST request. Other than web2py/request, the S3RESTRequest of the current call is not a global object, but gets passed as argument when calling REST method handlers. 17 17 18 18 === REST Methods ===