Filling in the Response Header
Go Up to Creating HTTP Response Messages
Most of the properties of the Web.HTTPApp.TWebResponse object represent the header information of the HTTP response message that is sent back to the Web client. An action item sets these properties from its OnAction event handler.
Not every response message needs to specify a value for every one of the header properties. The properties that should be set depend on the nature of the request and the status of the response.
Use the response object properties for
- Indicating the Response Status
- Indicating the Need for Client Action
- Describing the Server Application
- Describing the Content