Mercurial > minori
comparison src/core/http.cc @ 408:9323153786dc default tip
http: fix build fail under non-mac
| author | Paper <paper@tflc.us> |
|---|---|
| date | Wed, 21 Jan 2026 11:35:32 -0500 |
| parents | 2ae34a90f8d4 |
| children |
comparison
equal
deleted
inserted
replaced
| 407:2ae34a90f8d4 | 408:9323153786dc |
|---|---|
| 3 #include <QByteArray> | 3 #include <QByteArray> |
| 4 #include <curl/curl.h> | 4 #include <curl/curl.h> |
| 5 #include <iostream> | 5 #include <iostream> |
| 6 #include <string> | 6 #include <string> |
| 7 #include <vector> | 7 #include <vector> |
| 8 #include <cstring> | |
| 8 | 9 |
| 9 namespace HTTP { | 10 namespace HTTP { |
| 10 | 11 |
| 11 std::string UrlEncode(const std::string &data) | 12 std::string UrlEncode(const std::string &data) |
| 12 { | 13 { |
