改用Poco请求。

This commit is contained in:
2026-03-24 10:28:37 +08:00
parent d3bfc82299
commit 927c9c19bf
7 changed files with 122 additions and 43 deletions

View File

@@ -1,8 +1,6 @@
#ifndef BF_REQUEST_H
#define BF_REQUEST_H
#include <curl/curl.h>
#include "bf.interface.h"
#include "bf.util.h"
#include "bf.config.h"
@@ -22,9 +20,6 @@ public:
private:
static size_t writeData(void* buffer, size_t size, size_t nmemb, std::string* str);
private:
CURL* curl_{};
};
#endif