Unit 'fpHTTP' Package
[Overview][Resource strings][Types][Classes][Procedures and functions][Variables][Index] [#fcl]

THTTPContentProducer.GetContent

Retrieves content for the HTTP response

Declaration

Source position: fphttp.pp line 54

public procedure THTTPContentProducer.GetContent(

  ARequest: TRequest;

  Content: TStream;

  var Handled: Boolean

);

Arguments

ARequest

  

HTTP request being processed

Content

  

Generated content string

Handled

  

Set to True if content was generated

Description

GetContent retrieves the content to be sent as the HTTP response body.


Documentation generated on: Jan 27 2026