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

THTTPHeader.Content

Request content as string

Declaration

Source position: httpdefs.pp line 458

public property THTTPHeader.Content : string
  index Ord(hvContent)
  read GetHTTPVariable
  write SetHTTPVariable;

Description

Content contains the request body content as a string. This is typically used for POST requests with text-based content types.


Documentation generated on: Jan 16 2026