Response body format requested from the REST interface.

Synopsis

Declared in <rest.h>

enum class RESTResponseFormat : int;

Members

Name

Description

UNDEF

No recognized format was specified in the request.

BINARY

Raw binary payload.

HEX

Hex‐encoded payload.

JSON

JSON‐encoded payload.

Non-Member Functions

Name

Description

ParseDataFormat

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

Created with MrDocs