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

Function Http_AsyncGetHeaders

src/_HttpBase.h:349–351  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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}
352int Http_AsyncPostData(const cc_string* url, cc_uint8 flags, const void* data, cc_uint32 size, struct StringsBuffer* cookies) {
353 return Http_Add(url, flags, REQUEST_TYPE_POST, NULL, NULL, data, size, cookies);
354}

Callers 1

TexPackOverlay_ShowFunction · 0.70

Calls 1

Http_AddFunction · 0.85

Tested by

no test coverage detected