Примечание
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Version: Available or changed with runtime version 15.0.
The different types of HTTP Requests that can be intercepted by a handler
Members
Member | Description |
---|---|
Unknown | A request that does not match a standard HTTP method type |
Get | A get request |
Delete | A delete request |
Post | A post request |
Put | A put request |
Patch | A patch request |
Options | An options request |
Head | A head request |
Connect | A connect request |
Trace | A trace request |