Hello, In the docs the two options are mentioned, perhaps they should be positioned right under each other to make them easier to find:
* method - (string: defaults to 'post') The HTTP method for the request, can be either 'post' or 'get'. * emulation - (boolean: defaults to true) If set to true, other methods than 'post' or 'get' are appended as post-data named '_method' (used in rails) So if you set emulation to `false`, you should be able to use any `method` you want. Tim. -- Tim Wienk, Software Developer, MooTools Developer E. [email protected] | W. http://tim.wienk.name
