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

Function Http_AsyncGetDataEx

src/_HttpBase.h:355–357  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

353 return Http_Add(url, flags, REQUEST_TYPE_POST, NULL, NULL, data, size, cookies);
354}
355int Http_AsyncGetDataEx(const cc_string* url, cc_uint8 flags, const cc_string* lastModified, const cc_string* etag, struct StringsBuffer* cookies) {
356 return Http_Add(url, flags, REQUEST_TYPE_GET, lastModified, etag, NULL, 0, cookies);
357}
358
359static cc_bool Http_UrlDirect(cc_uint8 c) {
360 return (c >= 'A' && c <= 'Z') || (c >= 'a' && c <= 'z') || (c >= '0' && c <= '9')

Callers 4

DownloadAsyncFunction · 0.70
GetTokenTask_RunFunction · 0.70
FetchServerTask_RunFunction · 0.70
FetchServersTask_RunFunction · 0.70

Calls 1

Http_AddFunction · 0.85

Tested by

no test coverage detected