#include "framework/YiPredef.h"#include "network/YiNetworkConfiguration.h"#include "network/YiUrl.h"#include "signal/YiSignal.h"Go to the source code of this file.
Classes | |
| class | CYIHTTPService |
Enumerations | |
| enum | HTTP_STATUS_CODE { HTTP_NONE = 0, HTTP_OK = 200, HTTP_REDIRECT_FOUND = 302, HTTP_NOT_MODIFIED = 304, HTTP_UNAUTHORIZED = 401, HTTP_NOT_FOUND = 404, HTTP_YOUI_NETWORK_TIMED_OUT = 997, HTTP_YOUI_CONNECTION_TIMED_OUT = 998, HTTP_UNDEFINED = 999, HTTP_YOUI_UNDEFINED = HTTP_UNDEFINED } |