Added new HTTP server (tiny wrapper on top of libuv + http_parser), removed libmicrohttpd support.

This commit is contained in:
XMRig
2019-03-29 12:33:11 +07:00
parent d21d32c620
commit 9c62e8217a
29 changed files with 4312 additions and 237 deletions

View File

@@ -54,7 +54,6 @@ public:
bool isEqual(const Http &other) const;
rapidjson::Value toJSON(rapidjson::Document &doc) const;
void load(const rapidjson::Value &http);
void print() const;
void setPort(int port);
private: