Get the name of the header
Return value
string
File
- drupal/core/vendor/guzzle/http/Guzzle/Http/Message/Header.php, line 90
Class
- Header
- Represents a header and all of the values stored by that header
Namespace
Guzzle\Http\Message
Code
public function getName() {
return $this->header;
}