Icicle\Http\Message\Request::getHeader PHP Method

getHeader() public method

Same as Message::getHeader(), except if the Host header is request and previously unset, the value will be determined from the URI.
public getHeader ( string $name ) : string
$name string
return string
    public function getHeader(string $name) : string;