Internet Direct (Indy) Version 9.0.1 Beta
|
property Response: TIdResponseHeaderInfo;
Response is used in DoRequest to perform the HTTP transfer, or in Head when retrieving only the header values for the resource identified in URL. Response contains the raw data for headers received in the HTTP reponse, and also copies header values into propeties for the object instance. Response may also contain the raw data for Cookies maintained by CookieManager in the HTTP client.
Response is used in DoRequest when capturing the headers, cookies, and contents for an HTTP response after a Request.
Use Request to examine header values to be sent in a request to the HTTP server.