Changes between Version 15 and Version 16 of S3REST
- Timestamp:
- 03/01/10 01:55:43 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
S3REST
v15 v16 12 12 s3rest is an instance of the RESTController class, implemented in modules/s3rest.py. 13 13 14 s3rest uses the XRequest class (described below) to represent the current REST request, instead of the web2py request object. Other than web2py/request, the XRequest of the current call is not a global object, butpassed as argument when calling REST method handlers.14 Instead of the web2py ''request'' object, s3rest uses the ''XRequest'' 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. 15 15 16 16 === REST Methods ===