Internet Direct (Indy)
Home
PreviousUpNext
TIdHTTPRequestInfo Class

Implements a HTTP Request object.

Pascal
TIdHTTPRequestInfo = class(TIdRequestHeaderInfo);

TIdHTTPRequestInfo is a TIdRequestHeaderInfo descendant that encapsulates information for an HTTP request, and publishes properties to provide access to their values. 

The properties include the HTTP session, authentication parameters, the remote computer addresses, HTTP headers, cookies, the HTTP command and version, optional PostStream with ContentLength, and the document URL for the request. 

TIdHTTPRequestInfo is used by TIdHTTPServer to capture values found in an HTTP request, and to store a reference to the persistent HTTP session in the session list.

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.