Index: docs/quickref.md ================================================================== --- docs/quickref.md +++ docs/quickref.md @@ -27,11 +27,11 @@ |**wapp-subst** {_TEXT_}|→|Append _TEXT_ to the output with substitution| |**wapp-trim** {_TEXT_}|→|Like **wapp-subst** but also removes left-margin whitespace| |**wapp-param** _NAME_ _DEFAULT_|→|Return value of parameter _NAME_| |**wapp-set-param** _NAME_ _VALUE_|→|Set parameter _NAME_ to _VALUE_| |**wapp-param-exists** _NAME_|→|True if parameter _NAME_ exists| -|**wapp-param_list** _GLOB_|→|Return parameter names matching _GLOB_| +|**wapp-param-list** _GLOB_|→|Return parameter names matching _GLOB_| |**wapp-allow-xorigin-params**|→|Allow GET and POST parameters for cross-origin requests| |**wapp-mimetype** _MIMETYPE_|→|Set the reply mimetype| |**wapp-reply-code** _CODE_|→|Set the HTTP reply code| |**wapp-redirect** _TARGET_|→|Redirect to _TARGET_| |**wapp-reset**|→|Reset the output back to an empty string|