Working with HTTP Requests
An HTTP request is mapped to an event.
HTTP requests are parsed and executed using either of the following approaches:
Event-based approach
HTTP request is mapped to an event using deserializer.
The supported methods are as follows:
- GET
- POST
If the
Type parameter is set to
WebSocket, the destination uses WebSocket protocol.
Action Rule Function based approach
HTTP request parameters and data are retrieved using HTTP catalog functions and processed using rule function.
The Type parameter of the destination identifies the approach followed by destination for processing HTTP requests. If the Type parameter is set to PageFlow, the HTTP request is processed using the Action Rule Function based approach otherwise Event-based approach is used.
The supported methods are as follows:
- GET
- PUT
- POST
- DELETE
- HEAD
- OPTIONS
- TRACE
- PATCH
Subtopics