150
151
action: String, the action requested. Not sanitised.
151
152
fields: FieldStorage object containing all arguments passed.
157
158
# Default, just send an error but then continue
158
159
raise ActionError("Unknown action")
161
163
"""Perform the "return" part of the response.