Searched refs:http3 (Results 1 – 25 of 35) sorted by relevance
12
/third_party/nghttp2/integration-tests/ |
D | nghttpx_http3_test.go | 23 res, err := st.http3(requestParam{ 79 res, err := st.http3(requestParam{ 105 res, err := st.http3(requestParam{ 131 res, err := st.http3(requestParam{ 161 res, err := st.http3(requestParam{ 192 _, err := st.http3(requestParam{ 210 res, err := st.http3(requestParam{ 232 res, err := st.http3(requestParam{ 267 res, err := st.http3(requestParam{ 308 res, err := st.http3(requestParam{ [all …]
|
D | server_tester.go | 393 func (st *serverTester) http3(rp requestParam) (*serverResponse, error) { func 394 rt := &http3.RoundTripper{
|
/third_party/curl/docs/cmdline-opts/ |
D | http3-only.d | 3 Long: http3-only 7 Mutexed: http1.1 http1.0 http2 http2-prior-knowledge http3 10 See-also: http1.1 http2 http3 12 Example: --http3-only $URL 24 does not attempt any other HTTP versions on its own. Use --http3 for similar
|
D | http3.d | 3 Long: http3 7 Mutexed: http1.1 http1.0 http2 http2-prior-knowledge http3-only 12 Example: --http3 $URL 27 Use --http3-only for similar functionality *without* a fallback.
|
D | http2-prior-knowledge.d | 7 Mutexed: http1.1 http1.0 http2 http3 12 See-also: http2 http3
|
D | http2.d | 7 Mutexed: http1.1 http1.0 http2-prior-knowledge http3 10 See-also: http1.1 http3 no-alpn
|
D | http1.1.d | 7 Mutexed: http1.0 http2 http2-prior-knowledge http3
|
D | http1.0.d | 8 Mutexed: http1.1 http2 http2-prior-knowledge http3
|
D | http0.9.d | 10 See-also: http1.1 http2 http3
|
D | Makefile.inc | 111 http3.d \ 112 http3-only.d \
|
/third_party/nghttp2/doc/bash_completion/ |
D | nghttpx | 11 …http3-read-timeout --frontend-read-timeout --frontend-write-timeout --frontend-keep-alive-timeout …
|
/third_party/nghttp2/src/ |
D | shrpx_http3_upstream.cc | 604 auto &http3conf = config->http3; in init() 1317 nva.push_back(http3::make_nv_ls_nocopy(":status", response_status)); in on_downstream_header_complete() 1319 http3::copy_headers_to_nva_nocopy(nva, resp.fs.headers(), in on_downstream_header_complete() 1349 nva.push_back(http3::make_nv_ls_nocopy(":status", response_status)); in on_downstream_header_complete() 1351 http3::copy_headers_to_nva_nocopy(nva, resp.fs.headers(), striphd_flags); in on_downstream_header_complete() 1354 nva.push_back(http3::make_nv_ls_nocopy("server", httpconf.server_name)); in on_downstream_header_complete() 1358 nva.push_back(http3::make_nv_ls_nocopy("server", (*server).value)); in on_downstream_header_complete() 1374 nva.push_back(http3::make_nv_ls_nocopy("set-cookie", cookie_str)); in on_downstream_header_complete() 1381 nva.push_back(http3::make_nv_ls_nocopy("via", (*via).value)); in on_downstream_header_complete() 1400 nva.push_back(http3::make_nv_ls_nocopy("via", StringRef{iov.base, p})); in on_downstream_header_complete() [all …]
|
D | Makefile.am | 183 http3.cc http3.h \
|
D | http3.h | 41 namespace http3 {
|
D | http3.cc | 29 namespace http3 { namespace
|
D | CMakeLists.txt | 141 http3.cc
|
/third_party/curl/docs/examples/ |
D | Makefile.inc | 58 http3 \ 59 http3-present \
|
D | Makefile.in | 150 http2-serverpush$(EXEEXT) http2-upload$(EXEEXT) http3$(EXEEXT) \ 151 http3-present$(EXEEXT) httpcustomheader$(EXEEXT) \ 433 http3_SOURCES = http3.c 434 http3_OBJECTS = http3.$(OBJEXT) 439 http3_present_SOURCES = http3-present.c 440 http3_present_OBJECTS = http3-present.$(OBJEXT) 965 ./$(DEPDIR)/http3-present.Po ./$(DEPDIR)/http3.Po \ 1028 http2-pushinmemory.c http2-serverpush.c http2-upload.c http3.c \ 1029 http3-present.c httpcustomheader.c httpput.c \ 1053 http2-pushinmemory.c http2-serverpush.c http2-upload.c http3.c \ [all …]
|
/third_party/curl/docs/ |
D | HTTP3.md | 5 [HTTP/3 Explained](https://http3-explained.haxx.se/en/) - the online free 250 …url\builds\libcurl-vc-x64-release-dll-ipv6-sspi-schannel-msh3\bin\curl.exe --http3 https://curl.se/ 252 # `--http3` 256 curl --http3-only https://example.org:4433/ 260 curl --http3 https://example.org:4433/ 270 With option `--http3` curl will attempt earlier HTTP versions as well should 343 …-prefix=/home/daniel/build-nghttp2 --disable-shared --enable-app --enable-http3 --without-jemalloc…
|
D | options-in-versions | 97 --http3 7.66.0 98 --http3-only 7.88.0
|
/third_party/curl/tests/data/ |
D | test2501 | 42 -k --http3 "https://%HOSTIP:%HTTP3PORT/%TESTNUMBER" -d "moo"
|
D | test2503 | 45 -w '%{header_json}\n' --http3-only --cacert %SRCDIR/certs/EdelCurlRoot-ca.crt --resolve localhost:%…
|
D | test2500 | 43 --cacert %SRCDIR/certs/EdelCurlRoot-ca.crt --http3 --resolve localhost:%HTTP3PORT:%HOSTIP https://l…
|
/third_party/curl/tests/ |
D | Makefile.am | 32 http3-server.pl manpage-scan.pl manpage-syntax.pl markdown-uppercase.pl mem-include-scan.pl \
|
/third_party/nghttp2/docker/ |
D | Dockerfile | 51 --enable-http3 --with-libbpf \
|
12