1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
method.php
См. документацию.
1
<?php
2
9
10
namespace
Bitrix\Main\Web\Http;
11
12
class
Method
13
{
14
public
const
GET
=
'GET'
;
15
public
const
POST
=
'POST'
;
16
public
const
PUT
=
'PUT'
;
17
public
const
HEAD
=
'HEAD'
;
18
public
const
PATCH
=
'PATCH'
;
19
public
const
DELETE
=
'DELETE'
;
20
public
const
OPTIONS
=
'OPTIONS'
;
21
}
Bitrix\Main\Web\Http\Method
Определения
method.php:13
Bitrix\Main\Web\Http\Method\GET
const GET
Определения
method.php:14
Bitrix\Main\Web\Http\Method\PUT
const PUT
Определения
method.php:16
Bitrix\Main\Web\Http\Method\POST
const POST
Определения
method.php:15
Bitrix\Main\Web\Http\Method\HEAD
const HEAD
Определения
method.php:17
Bitrix\Main\Web\Http\Method\DELETE
const DELETE
Определения
method.php:19
Bitrix\Main\Web\Http\Method\OPTIONS
const OPTIONS
Определения
method.php:20
Bitrix\Main\Web\Http\Method\PATCH
const PATCH
Определения
method.php:18
bitrix
modules
main
lib
web
http
method.php
Создано системой
1.14.0