/
sdi-tool
/
SDI
Обзор
Документация
Войти
/
sdi-tool
/
SDI
Код
Пакеты
0
Релизы
0
Аналитика
dev
src/utils/HttpUtil.h
12 строк
253 B
WindR
Bump libtorrent to 2.1
06 ноя 2024, 20:33
06 ноя 2024, 20:33
2dff592
Код
Авторство
О чём код?
struct HttpRsp { AutoFreeStr url; str::Str data; DWORD error = (DWORD)-1; DWORD httpStatusCode = (DWORD)-1; HttpRsp() = default; }; bool IsHttpRspOk(const HttpRsp*); bool HttpGetToFile(const char* url, const char* destFilePath);