4 #ifndef DJINNI_GENERATED_HTTPREQUEST_HPP 5 #define DJINNI_GENERATED_HTTPREQUEST_HPP 7 #include "../utils/optional.hpp" 11 #include <unordered_map> 13 #ifndef LIBCORE_EXPORT 15 #include <libcore_export.h> 17 #define LIBCORE_EXPORT 21 namespace ledger {
namespace core {
namespace api {
23 class HttpUrlConnection;
24 enum class HttpMethod;
36 virtual HttpMethod getMethod() = 0;
42 virtual std::unordered_map<std::string, std::string> getHeaders() = 0;
48 virtual std::vector<uint8_t> getBody() = 0;
54 virtual std::string getUrl() = 0;
65 #endif //DJINNI_GENERATED_HTTPREQUEST_HPP Definition: Account.cpp:8
Definition: HttpRequest.hpp:28
Definition: optional.hpp:177