URI.setQueryFromForm

Sets @uri's query to the result of encoding @form according to the HTML form rules. See soup_form_encode_hash() for more information.

class URI
void
setQueryFromForm
(
HashTable form
)

Parameters

form HashTable

a #GHashTable containing HTML form information

Meta