#include <QStringList>
#include <zlibbytearray.h>
#include "geoipresponse.h"
Go to the source code of this file.
Defines | |
#define | STATUS_HTTP_OK 200 |
#define | STATUS_CONTENT_ENCODING_ERR 601 |
#define | STATUS_TRANSFER_ENCODING_ERR 602 |
#define STATUS_CONTENT_ENCODING_ERR 601 |
Status code for content encoding errors.
Definition at line 25 of file geoipresponse.cpp.
Referenced by GeoIpResponse::GeoIpResponse().
#define STATUS_HTTP_OK 200 |
Status code for a successful HTTP request.
Definition at line 23 of file geoipresponse.cpp.
Referenced by GeoIpResponse::GeoIpResponse().
#define STATUS_TRANSFER_ENCODING_ERR 602 |
Status code for transfer encoding errors.
Definition at line 27 of file geoipresponse.cpp.
Referenced by GeoIpResponse::GeoIpResponse().