#include "GeoIpResponse.h"
#include "GeoIp.h"
#include "Vidalia.h"
#include "ZlibByteArray.h"
#include <QByteArray>
#include <QStringList>
#include <QHttpResponseHeader>
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 30 of file GeoIpResponse.cpp.
Referenced by GeoIpResponse::GeoIpResponse().
#define STATUS_HTTP_OK 200 |
Status code for a successful HTTP request.
Definition at line 28 of file GeoIpResponse.cpp.
Referenced by GeoIpResponse::GeoIpResponse().
#define STATUS_TRANSFER_ENCODING_ERR 602 |
Status code for transfer encoding errors.
Definition at line 32 of file GeoIpResponse.cpp.
Referenced by GeoIpResponse::GeoIpResponse().