HTTP request method
Source position: httpdefs.pp line 455
public property THTTPHeader.Method : string index Ord(hvMethod) read GetHTTPVariable write SetHTTPVariable;
Method contains the HTTP request method used in the request. Common values include GET, POST, PUT, DELETE, HEAD, and OPTIONS.