psRequestVerb - cWebHttpHandler
While handling a request this property contains the HTTP verb of the request
Type: Property
Access: Read/Write
Data Type: String
Parameters: None
Syntax
Property String psRequestVerb
| Access Type | Syntax |
|---|---|
| Read Access: | Get psRequestVerb to StringVariable |
| Write Access: | Set psRequestVerb to StringVariable/Value |
Description
While handling a request this property contains the HTTP verb of the request.
For example: "POST", "GET", "PUT", "DELETE" or "PATCH".