Retrieves content for the HTTP response
Source position: fphttp.pp line 54
public procedure THTTPContentProducer.GetContent( |
ARequest: TRequest; |
Content: TStream; |
var Handled: Boolean |
); |
ARequest |
|
HTTP request being processed |
Content |
|
Generated content string |
Handled |
|
Set to True if content was generated |
GetContent retrieves the content to be sent as the HTTP response body.