Internet Direct (Indy)
|
Implements message headers for an HTTP request.
TIdRequestHeaderInfo = class(TIdEntityHeaderInfo);
TIdRequestHeaderInfo is a TIdEntityHeaderInfo descendant that implements properties and methods needed to represent message headers for an HTTP request, as described in the Internet Standards document:
RFC 2616 - Hypertext Transfer Protocol version 1.1 [HTTP/1.1]
The request headers allow the client to pass additional information about the request, or the request client, to the server.
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. |