[#RESTResponseFormat] = RESTResponseFormat :mrdocs: Response body format requested from the REST interface. == Synopsis Declared in `<rest.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- enum class RESTResponseFormat : int; ---- == Members [cols="1,4"] |=== | 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 [cols="1,4"] |=== | Name| Description | xref:ParseDataFormat.adoc[`ParseDataFormat`] | Parse a URI to get the data format and URI without data format and query string. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#