param ( name -- value ) (original) (raw)
Inputs
name | a string |
---|
Outputs
value | a string |
---|
Word description
Outputs the value of a query parameter (if the current request is a GET or HEAD request) or a POST parameter (if the current request is a POST request).
Notes
Instead of using this word, it is better to use furnace.actions and the associated validation machinery, which allows you to access values using HTML form values words.
Definition