DDraceNetwork Docs
|
#include "http.h"
#include <base/log.h>
#include <base/math.h>
#include <base/system.h>
#include <engine/external/json-parser/json.h>
#include <engine/shared/config.h>
#include <engine/storage.h>
#include <game/version.h>
#include <limits>
#include <thread>
#include <csignal>
#include <curl/curl.h>
Functions | |
int | CurlDebug (CURL *pHandle, curl_infotype Type, char *pData, size_t DataSize, void *pUser) |
void | EscapeUrl (char *pBuf, int Size, const char *pStr) |
bool | HttpHasIpresolveBug () |
int CurlDebug | ( | CURL * | pHandle, |
curl_infotype | Type, | ||
char * | pData, | ||
size_t | DataSize, | ||
void * | pUser | ||
) |
void EscapeUrl | ( | char * | pBuf, |
int | Size, | ||
const char * | pStr | ||
) |
bool HttpHasIpresolveBug | ( | ) |