Ejemplo n.º 1
0
 /**
  * {@inheritdoc}
  */
 public function head($uri, array $query = [], array $headers = [], $options = [])
 {
     if ($this->auth instanceof Auth\AuthContainer) {
         $headers['Authorization'] = $this->auth->getAuth();
     }
     return parent::head($uri, $query, $headers, $options);
 }