Lines Matching defs:Config
61 struct Config { struct
65 Headers headers;
66 Headers trailer;
67 std::vector<int32_t> weight;
68 std::string certfile;
69 std::string keyfile;
70 std::string datafile;
71 std::string harfile;
72 std::string scheme_override;
73 std::string host_override;
74 nghttp2_option *http2_option;
75 int64_t header_table_size;
76 int64_t min_header_table_size;
77 int64_t encoder_header_table_size;
78 size_t padding;
79 size_t max_concurrent_streams;
80 ssize_t peer_max_concurrent_streams;
81 int multiply;
83 ev_tstamp timeout;
84 int window_bits;
85 int connection_window_bits;
86 int verbose;
87 uint16_t port_override;
88 bool null_out;
89 bool remote_name;
90 bool get_assets;
91 bool stat;
92 bool upgrade;
93 bool continuation;
94 bool no_content_length;
95 bool no_dep;
96 bool hexdump;
97 bool no_push;
98 bool expect_continue;
99 bool verify_peer;