Bitrix-D7
23.9
Загрузка...
Поиск...
Не найдено
httpdebug.php
1
<?php
2
10
namespace
Bitrix\Main\Web
;
11
12
class
HttpDebug
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
}
Bitrix\Main\Web\HttpDebug
Definition
httpdebug.php:13
Bitrix\Main\Web\HttpDebug\REQUEST
const REQUEST
Definition
httpdebug.php:16
Bitrix\Main\Web\HttpDebug\RESPONSE_BODY
const RESPONSE_BODY
Definition
httpdebug.php:18
Bitrix\Main\Web\HttpDebug\REQUEST_BODY
const REQUEST_BODY
Definition
httpdebug.php:15
Bitrix\Main\Web\HttpDebug\ALL
const ALL
Definition
httpdebug.php:20
Bitrix\Main\Web\HttpDebug\RESPONSE_HEADERS
const RESPONSE_HEADERS
Definition
httpdebug.php:17
Bitrix\Main\Web\HttpDebug\REQUEST_HEADERS
const REQUEST_HEADERS
Definition
httpdebug.php:14
Bitrix\Main\Web\HttpDebug\RESPONSE
const RESPONSE
Definition
httpdebug.php:19
Bitrix\Main\Web
Definition
cookie.php:3
modules
main
lib
web
httpdebug.php
Создано системой
1.10.0