Action Items

From RAD Studio
Jump to: navigation, search

Go Up to Using Web Broker Index


Each action item (Web.HTTPApp.TWebActionItem) performs a specific task in response to a given type of request message.

Action items can completely respond to a request or perform part of the response and allow other action items to complete the job. Action items can send the HTTP response message for the request, or simply set up part of the response for other action items to complete. If a response is completed by the action items but not sent, the Web server application sends the response message.

Set up action items for your Web server application by

See Also