Create a HEAD request for the client
string|array $uri Resource URI:
array|Collection $headers HTTP headers:
Overrides ClientInterface::head
Guzzle\Http\ClientInterface::createRequest()
public function head($uri = null, $headers = null) {
return $this
->createRequest('HEAD', $uri, $headers);
}