如何修复Magento 2中弃用的Zend_Rest客户端?

A module I'm maintaining is not working on Magento 2.3 since Magento apparently deprecated Class 'Zend_Rest_Client' . I don't see any replacement Client listed in their documentation, so I'm a bit confused on which class I should be extending now.

This is my class on line 5: class Client extends \Zend_Rest_Client

This is the error thrown in Magento 2.3:

( ! ) Fatal error: Class 'Zend_Rest_Client' not found in /m23/app/code/Maurisource/Module/Model/Rest/Client.php on line 5