|
|
|
@ -35,5 +35,5 @@ HTTPResponse::HTTPResponse(const std::string &rawResponse) {
@@ -35,5 +35,5 @@ HTTPResponse::HTTPResponse(const std::string &rawResponse) {
|
|
|
|
|
body = rawResponse.substr(cursor, rawResponse.length() - cursor - 1); |
|
|
|
|
//std::cout << "Body is [" << body << "]" << std::endl;
|
|
|
|
|
statusCode = stoi(status); |
|
|
|
|
std::cout << "Status is " << status << std::endl; |
|
|
|
|
std::cout << "HTTPResponse::HTTPResponse - Status is " << status << std::endl; |
|
|
|
|
} |
|
|
|
|