Changes between Version 3 and Version 4 of S3/S3REST/s3_rest_controller


Ignore:
Timestamp:
10/22/10 12:15:02 (14 years ago)
Author:
Dominic König
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • S3/S3REST/s3_rest_controller

    v3 v4  
    3030=== Additional View Components ===
    3131
    32 Additional named arguments in the s3_rest_controller call control the output dict ''after'' the request has been executed:
     32Additional named arguments in the {{{s3_rest_controller}}} call control the output dict ''after'' the request has been executed:
    3333
    34   - 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
     34  - 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
    3535  - any non-callable argument which is not None is added to the output dict as-is
    3636  - any argument that gives None will remove this key from the output dict
    3737
    38 A typical use-case is rheader:
     38A typical use-case is '''rheader''':
    3939
    4040{{{