setMethod
Sets the HTTP request method used for client and server calls.
General format
void setMethod( method )
Syntax rules
1. method is an alphanumeric data item or literal.
General rules
1. method must be one of the following strings: CONNECT, DELETE, GET, HEAD, OPTIONS, POST, PUT.