formDecode

fun formDecode(encodedForm: String): <Error class: unknown class>

Decodes @form.

which is an urlencoded dataset as defined in the HTML 4.01 spec.

Return

a hash table containing the name/value pairs from @encoded_form, which you can free with func@GLib.HashTable.destroy.

Parameters

encodedForm

data of type "application/x-www-form-urlencoded"