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

TRequest.KeepFullContents

Whether to keep full request contents in memory

Declaration

Source position: httpdefs.pp line 560

public property TRequest.KeepFullContents : Boolean
  read FKeepFullContents
  write FKeepFullContents;

Description

KeepFullContents determines whether the complete request content should be kept in memory. When True, the entire request body is stored; when False, memory usage is minimized.


Documentation generated on: Jan 16 2026