Public Member Functions | |
std::basic_istream< TCHAR > & | getContentStream () |
Returns the underlaying stream of the HTTP response. | |
bool | isGood () const |
Returns true if HttpRequest is "good". |
An HTTP response is the "return value" of submitting an HttpRequest and is basically worthless on its own or without creating and submitting an HTTP request beforehand.
std::basic_istream< TCHAR > & getContentStream | ( | ) |
Returns the underlaying stream of the HTTP response.
Note that the returned stream is in "read only" mode
bool isGood | ( | ) | const |
Returns true if HttpRequest is "good".
If response is "good" or meaning it didn't generate a server exception or anything like that this function will return true