Unit 'HTTPDefs' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#fcl]

THTTPHeader.Method

HTTP request method

Declaration

Source position: httpdefs.pp line 455

public property THTTPHeader.Method : string
  index Ord(hvMethod)
  read GetHTTPVariable
  write SetHTTPVariable;

Description

Method contains the HTTP request method used in the request. Common values include GET, POST, PUT, DELETE, HEAD, and OPTIONS.


Documentation generated on: Jan 16 2026