|string>|null $headers Request headers * @param array|null $options Request options */ public function __construct(?array $headers = null, ?array $options = null) { parent::__construct($headers ?? [], $options ?? []); } }