Изменить

Поделиться через


HttpRequestType Option Type

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

Getting started with AL
Developing extensions