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