HttpClient.Head (gb.net.curl)
Sub Head ( [ Headers As String[]] )
This method performs a call to the http server using the standard 'HEAD' method.
Prior to using it you have to fill the
URL property with the desired host name and document to retrieve.
-
Headers is an optional String array of HTTP headers that are sent to the server with the request.