Your IP : 216.73.216.86


Current Path : /var/www/homesaver/www/bitrix/modules/main/lib/engine/response/datatype/
Upload File :
Current File : /var/www/homesaver/www/bitrix/modules/main/lib/engine/response/datatype/contenturi.php

<?php

namespace Bitrix\Main\Engine\Response\DataType;

use Bitrix\Main\Web\Uri;

/**
 * Class ContentUri marks uri which provides content (file content).
 * It gives chance to process uri by some rest application without any bearer tokens.
 * So, module "rest" converts ContentUri to two items. One of them is original uri and
 * second is machine uri.
 * @package Bitrix\Main\Engine\Response\DataType
 *
 */
final class ContentUri extends Uri
{}