RequestType

Overview

The RequestType enumeration is used in the Http requests processing to represent the exact type (ie Http method) of the Http request being processed.

Location


Value Description
Delete DELETE request
Get GET request
Head HEAD request
Post POST request
Put PUT request