Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

In between the HTTP_BEGIN_INBOUND and HTTP_END activities, you may use one or more of the following activities, according to your requirements, to receive details and content of the inbound HTTP request:

HTTP_MULTIPART_GET

Get inbound multipart component item

HTTP_PROPERTY_GET

Get HTTP protocol property value(s)

HTTP_RECEIVE_FILE

Receive a single file HTTP payload

HTTP_RECEIVE_MULTI

Receive HTTP payload as multipart content

HTTP_RECEIVE_NAMEVAL

Receive HTTP payload as name-value pairs

After successfully receiving the HTTP request, you may use one or more of the following activities to prepare and send the HTTP response:

HTTP_MULTIPART_SET

Set outbound multipart component item

HTTP_PROPERTY_SET

Set HTTP protocol property value(s)

HTTP_RESPOND_FILE

Send file as response to HTTP request

HTTP_RESPOND_MULTI

Send multipart content as response to HTTP request

HTTP_RESPOND_NAMEVAL

Send name-value pairs as response to HTTP request

HTTP_RESPOND_STATUS

Send status as response to HTTP request

Eligibility for Processing Sequence Restart

...