Internet Direct (Indy) Version 9.0.2 Beta
TIdHTTPRequestInfo
Implements a HTTP Request object.

TIdHTTPRequestInfo = class(TIdRequestHeaderInfo)
Description
TIdHTTPRequestInfo is a TObject descendant that encapsulates access to information for a HTTP request.

TIdHTTPRequestInfo publishes properties that provide access to various information for a HTTP request. The properties include the HTTP session, authentication parameters, the remote computer addresses, HTTP headers, cookies, the HTTP command and version, and the document URL for the request.

TIdHTTPRequestInfo is used by TIdHTTPServer to capture HTTP headers, and to store a reference to the persistent HTTP session in the session list.