Link Http Method

June 5, 2026 ยท View on GitHub

The HTTP method required to make the related call.

Enumeration

LinkHttpMethod

Fields

NameDescription
GETThe HTTP GET method.
POSTThe HTTP POST method.
PUTThe HTTP PUT method.
DELETEThe HTTP DELETE method.
HEADThe HTTP HEAD method.
CONNECTThe HTTP CONNECT method.
OPTIONSThe HTTP OPTIONS method.
PATCHThe HTTP PATCH method.