headers; } public function getHeader(string $key): ?string { return $this->headers[$key] ?? null; } }