TypeScript API Documentation for LIBSOUP
API Version: 3.0
Library Version: 3.6.6
Generated with TypeDoc via ts-for-gir v4.0.0-beta.41
Encodes form_data_set into a value of type "application/x-www-form-urlencoded".
form_data_set
Encodes as defined in the HTML 4.01 spec. Unlike form_encode_hash, this preserves the ordering of the form elements, which may be required in some situations.
See also: Message.new_from_encoded_form.
a datalist containing name/value pairs
the encoded form
Encodes
form_data_setinto a value of type "application/x-www-form-urlencoded".Encodes as defined in the HTML 4.01 spec. Unlike form_encode_hash, this preserves the ordering of the form elements, which may be required in some situations.
See also: Message.new_from_encoded_form.