<?php
namespace CF\API;

/**
 * @deprecated 4.13.0 Use \Cloudflare\APO\API\HttpClientInterface instead.
 */
interface HttpClientInterface extends \Cloudflare\APO\API\HttpClientInterface {
    // This interface extends the new HttpClientInterface for backwards compatibility
}
