Head Method
Fetches the document headers using the HTTP HEAD method.
Object Oriented Interface
public function doHead($url);
Procedural Interface
ipworks_http_do_head($res, $url);
Remarks
This method fetches the document headers using the HTTP HEAD method. The headers are received through the Header event.