Changes between Version 27 and Version 28 of S3REST
- Timestamp:
- 05/14/10 07:13:10 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
S3REST
v27 v28 77 77 78 78 The ''action'' method has to take the same arguments as the default handlers: ''jr'' (S3Request) and ''**attr''. 79 == S3R equest ==79 == S3RESTRequest == 80 80 81 Important: S3R equest instances are generated per request and must not be stored or referenced by static or global objects to avoid memory leaks!81 Important: S3RESTRequest instances are generated per request and must not be stored or referenced by static or global objects to avoid memory leaks! 82 82 === Attributes of the S3Request === 83 83