request_new_from_hash


Description:


public Message request_new_from_hash (string method, string uri, HashTable<string,string> form_data_set)

Creates a new Message and sets it up to send form_data_set to uri via method, as with request_new.

Parameters:

method

the HTTP method, either "GET" or "POST"

uri

the URI to send the form data to

form_data_set

the data to send to uri

Returns:

the new Message


Namespace: Soup.Form
Package: libsoup-2.4