Internet Direct (Indy)
Home
PreviousUpNext
TIdHTTPProtocol.Request Property

Represents HTTP request items used by the HTTP protocol handler.

Pascal
property Request: TIdHTTPRequest;

Request is a read-only TIdHTTPRequest property that represents the client connection and connection type, the HTTP method, the URL, and the input stream used by the HTTP protocol handler. 

The Request property is used in TIdHTTP.SetHeaders and TIdHTTP.SetCookies, and allows the protocol handler to provide the values used in a generated HTTP request to various event handlers in the TIdHTTP client.

Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Website http://www.indyproject.org.
Post feedback to the Indy Documentation newsgroup.