Changes between Version 43 and Version 44 of S3REST


Ignore:
Timestamp:
05/19/10 10:05:46 (15 years ago)
Author:
Dominic König
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • S3REST

    v43 v44  
    77The S3RESTController class implements a generic RESTful interface for database resources in S3.
    88
    9 This class is instantiated as the global callable '''s3rest''' object, which will be used by the ''shn_rest_controller()'' wrapper function. '''s3rest''' can be configured dynamically, and can easily be used to build RESTful controllers throughout the application.
     9This class is instantiated as the global callable '''s3rest''' object, which will be used by the ''shn_rest_controller()'' wrapper function.
     10
     11'''s3rest''' can be configured dynamically, and can easily be used to build RESTful controllers throughout the application.
    1012
    1113Important: an s3rest instance is created per request and must not be stored or referenced by static objects to avoid memory leaks!