5 #ifndef API_V2_REQUEST_HPP
6 #define API_V2_REQUEST_HPP
39 std::string
const &
GetURL()
const;
52 void SetMethod(std::string
const &method);
58 void SetURL(std::string
const &url);
68 #endif //API_V2_REQUEST_HPP
void SetMethod(std::string const &method)
set Method
Response * GetResponse() const
std::string const & GetURL() const
std::string const & GetMethod() const
void SetResponse(Response *response)
set Response
void SetURL(std::string const &url)
set URL