Changes between Version 10 and Version 11 of S3REST


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

--

Legend:

Unmodified
Added
Removed
Modified
  • S3REST

    v10 v11  
    99
    1010s3rest is an instance of the RESTController class, implemented in modules/s3rest.py.
     11
     12s3rest 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.
    1113
    1214=== Method Handlers ===