Lines Matching defs:nghttp2
2 * nghttp2 - HTTP/2 C Library
68 namespace nghttp2 {
144 << " (nghttp2 expects " << NGHTTP2_PROTO_VERSION_ID << ")"
461 {"user-agent", "nghttp2/" NGHTTP2_VERSION}};
1004 {"user-agent", "nghttp2/" NGHTTP2_VERSION}};
2319 if (nghttp2::tls::ssl_ctx_set_proto_versions(
2320 ssl_ctx, nghttp2::tls::NGHTTP2_TLS_MIN_VERSION,
2321 nghttp2::tls::NGHTTP2_TLS_MAX_VERSION) != 0) {
2658 out << "nghttp nghttp2/" NGHTTP2_VERSION << std::endl;
3160 } // namespace nghttp2
3163 return nghttp2::run_app(nghttp2::main, argc, argv);