Changes between Version 31 and Version 32 of S3REST


Ignore:
Timestamp:
05/14/10 07:15:54 (15 years ago)
Author:
Dominic König
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • S3REST

    v31 v32  
    1414s3rest is an instance of the RESTController class, implemented in modules/s3rest.py.
    1515
    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.
     16Instead 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.
    1717
    1818=== REST Methods ===