LibCXXC++ 常用類庫
LibCXX 是一個 C++ 類庫,提供了高級的應(yīng)用框架類和一些 Linux 專有的特性封裝。
上傳文件示例代碼:
auto resp=ua->request(x::http::POST, "http://localhost/cgi-bin/req.pl",
x::http::form::parameters::create("username",
"alfred",
"password",
"rosebud"),
"UTF-8",
"file", x::fd::open("upload.txt"),
"text/plain; charset=iso-8859-1",
"dailyfile.txt"); Cookie 處理代碼:
#include <x/http/cookiejar.H>
x::http::useragent ua(x::http::useragent::create());
try {
ua->jar()->load("cookies.txt");
} catch (const x::exception &e)
{
}
// ...
ua->jar()->save("cookies.txt");評論
圖片
表情
