Changes between Version 2 and Version 3 of S3REST


Ignore:
Timestamp:
02/28/10 21:48:30 (15 years ago)
Author:
Dominic König
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • S3REST

    v2 v3  
    11[[TOC]]
    2 = S3REST =
     2= S3REST and XRequest =
    33
    4 The RESTController class replaces the prior shn_rest_controller() implementation.
     4== s3rest ==
     5
     6s3rest is a callable global object which implements the RESTful interface for the S3 framework.
    57
    68[[Image(s3rest.png)]]
     9
     10s3rest is an instance of the RESTController class, implemented in modules/s3rest.py.
     11
     12== XRequest ==
     13