SPL File HTTPTypes.spl
Content
- Types
-
- HTTPResponse: Output Stream Schema for HTTP operators
Types
HTTPResponse
Output Stream Schema for HTTP operators
- data - Data sent by the receiver on its output stream
- errorMessage - Data sent by the receiver on its error stream
- responseCode - HTTP response code. -1 if server is unavailable.
- dataSize - Size of the data field in bytes
HTTPResponse = rstring data, rstring errorMessage, int32 responseCode, int32 dataSize;