Request content as string
Source position: httpdefs.pp line 458
public property THTTPHeader.Content : string index Ord(hvContent) read GetHTTPVariable write SetHTTPVariable;
Content contains the request body content as a string. This is typically used for POST requests with text-based content types.