![]() |
Bitcoin Core 30.99.0
P2P Digital Currency
|
#include <string>Go to the source code of this file.
Enumerations | |
| enum class | RESTResponseFormat { UNDEF , BINARY , HEX , JSON } |
Functions | |
| RESTResponseFormat | ParseDataFormat (std::string ¶m, const std::string &strReq) |
| Parse a URI to get the data format and URI without data format and query string. More... | |
|
strong |
| RESTResponseFormat ParseDataFormat | ( | std::string & | param, |
| const std::string & | strReq | ||
| ) |
Parse a URI to get the data format and URI without data format and query string.
| [out] | param | The strReq without the data format string and without the query string (if any). |
| [in] | strReq | The URI to be parsed. |
Definition at line 138 of file rest.cpp.