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

THTTPHeader.ContentBytes

Request content as byte array

Declaration

Source position: httpdefs.pp line 459

public property THTTPHeader.ContentBytes : TBytes
  read FContentBytes
  write SetContentBytes;

Description

ContentBytes contains the request body content as raw bytes. This is useful for binary content or when the exact byte representation is needed.


Documentation generated on: Jan 16 2026