Lines Matching defs:http2
59 #include "http2.h"
89 StringRef::from_lit("http2-max-concurrent-streams");
92 constexpr auto SHRPX_OPT_HTTP2_PROXY = StringRef::from_lit("http2-proxy");
93 constexpr auto SHRPX_OPT_HTTP2_BRIDGE = StringRef::from_lit("http2-bridge");
101 StringRef::from_lit("frontend-http2-read-timeout");
125 StringRef::from_lit("frontend-http2-window-bits");
127 StringRef::from_lit("backend-http2-window-bits");
129 StringRef::from_lit("frontend-http2-connection-window-bits");
131 StringRef::from_lit("backend-http2-connection-window-bits");
172 StringRef::from_lit("frontend-http2-dump-request-header");
174 StringRef::from_lit("frontend-http2-dump-response-header");
176 StringRef::from_lit("http2-no-cookie-crumbling");
206 StringRef::from_lit("backend-http2-connections-per-worker");
252 StringRef::from_lit("no-http2-cipher-block-list");
254 StringRef::from_lit("no-http2-cipher-black-list");
276 StringRef::from_lit("frontend-http2-max-concurrent-streams");
278 StringRef::from_lit("backend-http2-max-concurrent-streams");
287 StringRef::from_lit("frontend-http2-settings-timeout");
289 StringRef::from_lit("backend-http2-settings-timeout");
298 StringRef::from_lit("frontend-http2-optimize-write-buffer-size");
300 StringRef::from_lit("frontend-http2-optimize-window-size");
302 StringRef::from_lit("frontend-http2-window-size");
304 StringRef::from_lit("frontend-http2-connection-window-size");
306 StringRef::from_lit("backend-http2-window-size");
308 StringRef::from_lit("backend-http2-connection-window-size");
310 StringRef::from_lit("frontend-http2-encoder-dynamic-table-size");
312 StringRef::from_lit("frontend-http2-decoder-dynamic-table-size");
314 StringRef::from_lit("backend-http2-encoder-dynamic-table-size");
316 StringRef::from_lit("backend-http2-decoder-dynamic-table-size");
332 StringRef::from_lit("client-no-http2-cipher-block-list");
334 StringRef::from_lit("client-no-http2-cipher-black-list");
370 constexpr auto SHRPX_OPT_HTTP2_ALTSVC = StringRef::from_lit("http2-altsvc");
1085 http2{},
1125 Http2Config http2;