Parse a URI to get the data format and URI without data format and query string.
Declared in <rest.h>
RESTResponseFormat
ParseDataFormat(
std::string& param,
std::string const& strReq);
RESTResponseFormat that was parsed from the URI.
| Name | Description |
|---|---|
| param [out] | The strReq without the data format string and without the query string (if any). |
| strReq [in] | The URI to be parsed. |