Method
Previous Top Next

Gets or sets the HTTP method.
Syntax: Method
The value can be: GET, HEAD, POST, PUT, DELETE, TRACE or OPTIONS.
The default value is GET.

Example:
Request.Method = "HEAD"