Back to product page

Head method


Gets resource headers from remote server.

Type

None

Syntax

  • Basic
object.Head [Request]
The Head(object,Request) syntax has these parts:
objectAn expression evaluating to an object of type wodHttpDLX.
RequestOptional. A Variant value. Holds ful URL to resource on the server.

Remarks

This method is used to retrieve document headers from a server. Before this method is called, requested URL must be supplied. As a result of this method, you will get same response as you would with Get method - but no Body will be received in this case.

Platforms

Windows