Changes between Version 15 and Version 16 of S3REST


Ignore:
Timestamp:
03/01/10 01:55:43 (15 years ago)
Author:
Dominic König
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • S3REST

    v15 v16  
    1212s3rest is an instance of the RESTController class, implemented in modules/s3rest.py.
    1313
    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, but passed as argument when calling REST method handlers.
     14Instead 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.
    1515
    1616=== REST Methods ===