Changes between Version 10 and Version 11 of S3REST
- Timestamp:
- 03/01/10 01:20:40 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
S3REST
v10 v11 9 9 10 10 s3rest is an instance of the RESTController class, implemented in modules/s3rest.py. 11 12 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, but passed as argument when calling REST method handlers. 11 13 12 14 === Method Handlers ===