param ( name -- value )
Furnace framework » HTTP server » HTTP request variables

Prev:post-request? ( -- ? )
Next:set-param ( value name -- )


Vocabulary
http.server

Inputs
namea string


Outputs
valuea 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