Internet Direct (Indy)
|
Requests header values for a resource.
procedure Head( AURL: string );
Parameters |
Description |
URL |
Universal resource locator for the resource. |
Head is a procedure used to request the header values for the resource specified in URL. Head is identical to Get, except that the server does not return a message body in the Response.
The header values returned for the Request can be found in Response.
Head can be used to obtain metainformation about the entity implied by the request without transferring the full content of the resource. Head is often used for testing the value in URL for validity, accessibility, and recent modification.
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. |