Changes between Version 3 and Version 4 of S3/S3REST/s3_rest_controller
- Timestamp:
- 10/22/10 12:15:02 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
S3/S3REST/s3_rest_controller
v3 v4 30 30 === Additional View Components === 31 31 32 Additional named arguments in the s3_rest_controllercall control the output dict ''after'' the request has been executed:32 Additional named arguments in the {{{s3_rest_controller}}} call control the output dict ''after'' the request has been executed: 33 33 34 - any callable argument will be invoked with the S3Requestas first and only argument, and its return value will be added to the output dict instead34 - any callable argument will be invoked with the {{{S3Request}}} as first and only argument, and its return value will be added to the output dict instead 35 35 - any non-callable argument which is not None is added to the output dict as-is 36 36 - any argument that gives None will remove this key from the output dict 37 37 38 A typical use-case is rheader:38 A typical use-case is '''rheader''': 39 39 40 40 {{{