Description
-
Gets resource headers from remote server.
Return Type
-
None
Syntax
-
object.Head [Request]
The Head Method syntax has these parts:
| object |
An expression
evaluating to an object of type wodHttpDLX. |
| Request |
Optional. 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.
|