Response body format requested from the REST interface.
Synopsis
Declared in <rest.h>
enum class RESTResponseFormat : int;
Members
Name |
Description |
|
No recognized format was specified in the request. |
|
Raw binary payload. |
|
Hex‐encoded payload. |
|
JSON‐encoded payload. |
Non-Member Functions
Name |
Description |
Parse a URI to get the data format and URI without data format and query string. |
Created with MrDocs