HTTP response. More...
#include <IWebRequest.h>
Public Attributes | |
HeaderList | responseHeaders |
List of response headers. | |
int | responseStatus |
HTTP status of the response (e.g. 404). | |
std::string | responseText |
Body text of the response. | |
int64_t | status |
Mozilla status code indicating the network-level request status. More... | |
HTTP response.
int64_t AdblockPlus::ServerResponse::status |
Mozilla status code indicating the network-level request status.
This should be 0 (NS_OK) if the request succeeded. Note that this should be NS_OK if the server responded with an error code like "404 Not Found".