17#ifndef MS_HTTP_HELPER_HANDLES_HPP
18#define MS_HTTP_HELPER_HANDLES_HPP
23namespace matrix_science
25 class ms_http_helper_handles_body;
61 bool getRequestData(
bool & isStillActive, std::string & requestDataRef);
63 bool getRequestData(
bool & OUTPUT, std::string & OUTPUT);
66 void setRequestData(
const std::string & strResult);
75 ms_http_helper_handles_body * pimpl_;
76 std::string strResult_;
This class is used as a base class for several Mascot Parser classes.
Definition: ms_errors.hpp:696
The class holds HTTP to allow a POST request to be kept alive and retrieve any output received from t...
Definition: ms_http_helper_handles.hpp:47