Http send
- Represents an activity for sending an HTTP SEND request and receiving the HTTP response.
Properties
Common
- DisplayName (String) –The display name of the activity.
Misc
- Private (Boolean) – If selected, the values of variables and arguments are no longer logged at Verbose level.
Request
- Method (InArgument<String>) – Gets or sets the HTTP verb for this HTTP request.
- RequestContent (InArgument) – Gets or sets the content of the request message.
- RequestHeaders (InArgument<DynamicValue>) – Gets or sets the headers of the request message.
- SecurityToken (InArgument<SecurityToken>) – Gets or sets the security token.
- Uri (InArgument<String>) – Gets or sets the target URI.
Response
- ResponseContent (OutArgument) – Gets or sets the content of the response message.
- ResponseHeaders (OutArgument<DynamicValue>) – Gets or sets the headers of the response message.
- ResponseStatusCode – Gets or sets the status code of the response message.
Example