MCPcopy Create free account
hub / github.com/ClassiCube/ClassiCube / Http_AsyncGetData

Function Http_AsyncGetData

src/_HttpBase.h:346–348  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

344}
345
346int Http_AsyncGetData(const cc_string* url, cc_uint8 flags) {
347 return Http_Add(url, flags, REQUEST_TYPE_GET, NULL, NULL, NULL, 0, NULL);
348}
349int Http_AsyncGetHeaders(const cc_string* url, cc_uint8 flags) {
350 return Http_Add(url, flags, REQUEST_TYPE_HEAD, NULL, NULL, NULL, 0, NULL);
351}

Callers 8

MusicAsset_DownloadFunction · 0.70
Http_AsyncGetSkinFunction · 0.70
CheckUpdateTask_RunFunction · 0.70
FetchUpdateTask_RunFunction · 0.70
WoM_CheckMotdFunction · 0.70

Calls 1

Http_AddFunction · 0.85

Tested by

no test coverage detected