Skip to content

psVerbs - cWebHttpHandler

Determines to which verbs the handler should respond

Type: Property
Access: Read/Write
Data Type: String
Parameters: None

Syntax

Property String psVerbs
Access Type Syntax
Read Access: Get psVerbs to StringVariable
Write Access: Set psVerbs to StringVariable/Value

Description

Determines to which verbs the handler should respond.

Valid values are "*" for all verbs, a single verb like "GET" and a comma separated list of verbs like "GET,POST,DELETE".