|
join 1.0
lightweight network framework library
|
#include <join/httpclient.hpp>#include <join/filesystem.hpp>#include <join/thread.hpp>#include <join/mutex.hpp>#include <join/cache.hpp>#include <join/utils.hpp>#include <vector>#include <regex>#include <unistd.h>
Classes | |
| struct | BenchmarkContext |
Functions | |
| void | version () |
| void | usage () |
| template<class Client > | |
| void | benchmark (const std::string &host, uint16_t port, join::HttpRequest request, const std::string &file, int timeout, int max, bool verbose, BenchmarkContext &ctx) |
| int | main (int argc, char *argv[]) |
| void benchmark | ( | const std::string & | host, |
| uint16_t | port, | ||
| join::HttpRequest | request, | ||
| const std::string & | file, | ||
| int | timeout, | ||
| int | max, | ||
| bool | verbose, | ||
| BenchmarkContext & | ctx ) |
| int main | ( | int | argc, |
| char * | argv[] ) |
| void usage | ( | ) |
| void version | ( | ) |