| Current Path : /var/www/element/data/www/revenuestory.ru/bitrix/modules/main/lib/web/ |
| Current File : /var/www/element/data/www/revenuestory.ru/bitrix/modules/main/lib/web/httpdebug.php |
<?php
/**
* Bitrix Framework
* @package bitrix
* @subpackage main
* @copyright 2001-2021 Bitrix
*/
namespace Bitrix\Main\Web;
class HttpDebug
{
public const REQUEST_HEADERS = 0x01;
public const REQUEST_BODY = 0x02;
public const REQUEST = 0x03;
public const RESPONSE_HEADERS = 0x04;
public const RESPONSE_BODY = 0x08;
public const RESPONSE = 0x0C;
public const ALL = 0x0F;
}