Bitcoin Core 31.0.0
P2P Digital Currency
Loading...
Searching...
No Matches
rest.h
Go to the documentation of this file.
1// Copyright (c) 2015-present The Bitcoin Core developers
2// Distributed under the MIT software license, see the accompanying
3// file COPYING or http://www.opensource.org/licenses/mit-license.php.
4
5#ifndef BITCOIN_REST_H
6#define BITCOIN_REST_H
7
8#include <string>
9
16
26RESTResponseFormat ParseDataFormat(std::string& param, const std::string& strReq);
27
28#endif // BITCOIN_REST_H
@ JSON
Definition client.cpp:17
RESTResponseFormat
Definition rest.h:10
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.
Definition rest.cpp:128
constexpr BaseFormat HEX