decode


Description:


public HashTable<unowned string,unowned string> decode (string encoded_form)

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

Parameters:

encoded_form

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

Returns:

a hash table containing the name/value pairs from encoded_form, which you can free with g_hash_table_destroy.


Namespace: Soup.Form
Package: libsoup-2.4