http and lots of formats
This commit is contained in:
@@ -9,7 +9,7 @@ int main()
|
||||
g_pHttpClientMgr = (IHTTPClientManager*)pHttpFactory(HTTP_CLIENT_INTERFACE_VERSION, NULL);
|
||||
if ( !g_pHttpClientMgr )
|
||||
return 0;
|
||||
IHTTPClient *pClient = g_pHttpClientMgr->Connect("ani.sidestore.io", true);
|
||||
IHTTPClient *pClient = g_pHttpClientMgr->Connect("www.example.com", true, NULL);
|
||||
printf("%p\n",pClient);
|
||||
if ( pClient == NULL )
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user