public function getHeaderBody(string $name) : mixed { return $this->has($name) ? $this->get($name) ->getBody() : null; }