Get the Via HTTP header
string|null Informs the client of proxies through which the response was sent. (e.g. 1.0 fred, 1.1 nowhere.com (Apache/1.1))
public function getVia() { return $this ->getHeader('Via', true); }