def setExtraHTTPHeaders(self, headers: Dict[str, str]): """Set extra http headers.""" return await self._networkManager.setExtraHTTPHeaders(headers)