web.method
web.method
Function
Read the current HTTP request method.
Syntax
web.method
Parameters
No parameters.
Return value
| Type | Description |
|---|---|
| String | Returns the uppercase HTTP method name. |
Example
result = web.method // Output: GET print result
Notes
- The value comes from the underlying request method string.