#include <QStringList>
#include <util/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 |
Definition in file geoipresponse.cpp.
#define STATUS_CONTENT_ENCODING_ERR 601 |
Status code for content encoding errors.
Definition at line 36 of file geoipresponse.cpp.
Referenced by GeoIpResponse::GeoIpResponse().
#define STATUS_HTTP_OK 200 |
Status code for a successful HTTP request.
Definition at line 34 of file geoipresponse.cpp.
Referenced by GeoIpResponse::GeoIpResponse().
#define STATUS_TRANSFER_ENCODING_ERR 602 |
Status code for transfer encoding errors.
Definition at line 38 of file geoipresponse.cpp.
Referenced by GeoIpResponse::GeoIpResponse().