Share via


invoke_response Module

Classes

InvokeResponse

Tuple class containing an HTTP Status Code and a JSON serializable object. The HTTP Status code is, in the invoke activity scenario, what will be set in the resulting POST. The Body of the resulting POST will be JSON serialized content.

The body content is defined by the producer. The caller must know what the content is and deserialize as needed.