params
Furnace framework » HTTP server » HTTP request variables

Prev:responder-nesting
Next:post-request? ( -- ? )


Vocabulary
http.server

Variable description
A 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).

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