RESTResponseFormat

Response body format requested from the REST interface.

Synopsis

Declared in <rest.h>

enum class RESTResponseFormat : int;

Members

NameDescription
UNDEF No recognized format was specified in the request.
BINARY Raw binary payload.
HEX Hex-encoded payload.
JSON JSON-encoded payload.

Non-Member Functions

NameDescription
ParseDataFormatParse a URI to get the data format and URI without data format and query string.