The HTMLFormElement.method
represents the HTTP method used to submit the form.
string = form.method form.method = string
document.forms["myform"].method = "post";
HTML 5, Section 4.10.19.6, Form submission
© 2005–2017 Mozilla Developer Network and individual contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/API/HTMLFormElement/method