Skip to content

Instantly share code, notes, and snippets.

// -lstdc++ -std=c++17 -lpthread
// https://forums.mageia.org/en/viewtopic.php?f=5&t=13294
#include <iostream>
#include <iterator>
#include <list>
#include <sstream>
// https://github.com/yhirose/cpp-httplib
#include "httplib.h"