Function

Soup-3.0Soupform_decode

  • Decodes form.

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

    Parameters

    • encoded_form: string

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

    Returns GLib.HashTable<string, string>

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