Vocabularyhttp.serverVariable descriptionA variable holding an assoc of query parameters (if the current request is a GET or HEAD request) or POST parameters (if the current request is a POST request).
NotesInstead 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