AppEasy Core SDK
1.5.0
Cross platform mobile and desktop app and game development SDK - The easy way to make apps
|
Classes | |
class | CzHttpHeader |
An HTTP header. More... | |
class | CzHttpPostData |
HTTP POST data. More... | |
class | CzHttpRequest |
An HTTP request including the header, body and response. More... | |
class | CzHttpManager |
Handles the queueing of HTTP requests. More... | |
class | CzRemoteReq |
CzRemmoteReq - A remote request. More... | |
class | CzRemoteReqCreator |
CzRemoteReqCreator - Creates an instance of a RemoteReq. More... | |
Defines | |
#define | CZ_HTTP_MANAGER CzHttpManager::getInstance() |
A short cut macro that calls the global HTTP manager singleton. | |
Typedefs | |
typedef void * | CzHttpObject |
typedef CzList< CzHttpHeader * > ::iterator | CzHttpHeaderIterator |
#define CZ_HTTP_MANAGER CzHttpManager::getInstance() |
A short cut macro that calls the global HTTP manager singleton.
typedef CzList<CzHttpHeader*>::iterator CzHttpHeaderIterator |
typedef void* CzHttpObject |