Searched refs:http3 (Results 1 - 7 of 7) sorted by relevance
/third_party/nghttp2/integration-tests/ |
H A D | server_tester_http3.go | 14 "github.com/quic-go/quic-go/http3" 17 func (st *serverTester) http3(rp requestParam) (*serverResponse, error) { 18 rt := &http3.RoundTripper{ 67 // TODO http3 package does not support trailer at the time of
|
/third_party/nghttp2/src/ |
H A D | shrpx_http3_upstream.cc | 47 #include "http3.h" 622 auto &http3conf = config->http3; in init() 1336 nva.push_back(http3::make_nv_ls_nocopy(":status", response_status)); in on_downstream_header_complete() 1338 http3::copy_headers_to_nva_nocopy(nva, resp.fs.headers(), in on_downstream_header_complete() 1368 nva.push_back(http3::make_nv_ls_nocopy(":status", response_status)); in on_downstream_header_complete() 1370 http3::copy_headers_to_nva_nocopy(nva, resp.fs.headers(), striphd_flags); in on_downstream_header_complete() 1373 nva.push_back(http3::make_nv_ls_nocopy("server", httpconf.server_name)); in on_downstream_header_complete() 1377 nva.push_back(http3::make_nv_ls_nocopy("server", (*server).value)); in on_downstream_header_complete() 1393 nva.push_back(http3::make_nv_ls_nocopy("set-cookie", cookie_str)); in on_downstream_header_complete() 1400 nva.push_back(http3 in on_downstream_header_complete() [all...] |
H A D | http3.h | 41 namespace http3 { namespace 119 } // namespace http3
|
H A D | http3.cc | 25 #include "http3.h" 29 namespace http3 { namespace 204 } // namespace http3
|
H A D | shrpx.cc | 2100 auto &http3conf = config->http3; in fill_default_config() 2655 --frontend-http3-read-timeout=<DURATION> in print_help() 3571 --frontend-http3-window-size=<SIZE> in print_help() 3575 << util::utos_unit(config->http3.upstream.window_size) << R"( in print_help() 3576 --frontend-http3-connection-window-size=<SIZE> in print_help() 3580 << util::utos_unit(config->http3.upstream.connection_window_size) << R"( in print_help() 3581 --frontend-http3-max-window-size=<SIZE> in print_help() 3585 is the value specified by --frontend-http3-window-size in print_help() 3588 << util::utos_unit(config->http3.upstream.max_window_size) << R"( in print_help() 3589 --frontend-http3 in print_help() [all...] |
H A D | shrpx_config.cc | 2466 if (util::strieq_l("frontend-http3-window-siz", name, 25)) { in option_lookup_token() 2520 if (util::strieq_l("frontend-http3-read-timeou", name, 26)) { in option_lookup_token() 2569 if (util::strieq_l("frontend-http3-max-window-siz", name, 29)) { in option_lookup_token() 2710 if (util::strieq_l("frontend-http3-connection-window-siz", name, 36)) { in option_lookup_token() 2724 if (util::strieq_l("frontend-http3-max-concurrent-stream", name, 36)) { in option_lookup_token() 2775 if (util::strieq_l("frontend-http3-max-connection-window-siz", name, in option_lookup_token() 4054 if (parse_uint_with_unit(&config->http3.upstream.window_size, opt, in parse_config() 4063 if (parse_uint_with_unit(&config->http3.upstream.connection_window_size, in parse_config() 4072 if (parse_uint_with_unit(&config->http3.upstream.max_window_size, opt, in parse_config() 4081 if (parse_uint_with_unit(&config->http3 in parse_config() [all...] |
H A D | shrpx_config.h | 372 StringRef::from_lit("frontend-http3-read-timeout"); 378 StringRef::from_lit("frontend-http3-window-size"); 380 StringRef::from_lit("frontend-http3-connection-window-size"); 382 StringRef::from_lit("frontend-http3-max-window-size"); 384 StringRef::from_lit("frontend-http3-max-connection-window-size"); 386 StringRef::from_lit("frontend-http3-max-concurrent-streams"); 1129 Http3Config http3; member
|
Completed in 20 milliseconds