Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
httpdebug.php
1<?php
2
10namespace Bitrix\Main\Web;
11
13{
14 public const REQUEST_HEADERS = 0x01;
15 public const REQUEST_BODY = 0x02;
16 public const REQUEST = 0x03;
17 public const RESPONSE_HEADERS = 0x04;
18 public const RESPONSE_BODY = 0x08;
19 public const RESPONSE = 0x0C;
20 public const ALL = 0x0F;
21}