Creates a new Message and sets it up to send form_data_set to uri
via method, as with request_new.
| 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 |
|
the new Message |