setCustomProperty('custom_headers', $customHeaders); return $this; } public function getCustomHeaders(): array { return $this->getCustomProperty('custom_headers', []); } }