Response body format requested from the REST interface.
Declared in <rest.h>
enum class RESTResponseFormat : int;
| Name | Description |
|---|---|
UNDEF | No recognized format was specified in the request. |
BINARY | Raw binary payload. |
HEX | Hex-encoded payload. |
JSON | JSON-encoded payload. |
| Name | Description |
|---|---|
ParseDataFormat | Parse a URI to get the data format and URI without data format and query string. |