HTTP Transport Activities

Activity ID

Description

HTTP_BEGIN_INBOUND

Begin HTTP inbound request handling

HTTP_BEGIN_OUTBOUND

Begin HTTP outbound request handling

HTTP_END

End HTTP request processing

HTTP_MULTIPART_GET

Get inbound multipart component item

HTTP_MULTIPART_SET

Set outbound multipart component item

HTTP_PROPERTY_GET

Get HTTP protocol property value(s)

HTTP_PROPERTY_SET

Set 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

HTTP_RESET

Reset for further HTTP outbound requests

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

HTTP_SEND

Send request to HTTP server

HTTP_SEND_FILE

Send file to HTTP server

HTTP_SEND_MULTI

Send multipart content to HTTP server

HTTP_SEND_NAMEVAL

Send name-value pairs to HTTP server

HTTP_SIMPLE_GET

Retrieves a document from an HTTP server.

HTTP_SIMPLE_INBOUND

Handles an inbound HTTP message and saves it to a specific directory.

HTTP_SIMPLE_POST

Sends data to an HTTP server and/or receives response data from the server.