Internet Direct (Indy) Version 9.0.2 Beta
TIdHTTP.Request
Specifies the header values to send to the HTTP server.

property Request: TIdHTTPRequest;
Description
Request is a TIdHTTPRequest property used to specify the header values to send to the HTTP server. Request headers allow the HTTP client to pass additional information about the request, or the request client, to the HTTP server.

Request may contain the textual representation of Cookies for the HTTP client, Host and Port information for a proxied connection, as well as values from TIdHTTP properties transmitted as message headers.

Request is used in DoRequest to perform the HTTP transfer.

Use Response to examine header values received in a response from the HTTP server.