Lines Matching defs:h2load
25 #include "h2load.h"
81 namespace h2load {
2085 out << "h2load nghttp2/" NGHTTP2_VERSION << std::endl;
2091 out << R"(Usage: h2load [OPTIONS]... [URI]...
2215 Specifies the maximum time that h2load is willing to
2219 value is set (either active or inactive), h2load will
2223 Specifies the amount of time that h2load is willing to
2227 active or inactive), h2load will keep a connection open
3005 std::string user_agent = "h2load nghttp2/" NGHTTP2_VERSION;
3102 std::cerr << "Using h2load against public server " << config.host
3324 } // namespace h2load
3326 int main(int argc, char **argv) { return h2load::main(argc, argv); }