Home
last modified time | relevance | path

Searched refs:http3 (Results 1 – 25 of 35) sorted by relevance

12

/third_party/nghttp2/integration-tests/
Dnghttpx_http3_test.go23 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 …]
Dserver_tester.go393 func (st *serverTester) http3(rp requestParam) (*serverResponse, error) { func
394 rt := &http3.RoundTripper{
/third_party/curl/docs/cmdline-opts/
Dhttp3-only.d3 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
Dhttp3.d3 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.
Dhttp2-prior-knowledge.d7 Mutexed: http1.1 http1.0 http2 http3
12 See-also: http2 http3
Dhttp2.d7 Mutexed: http1.1 http1.0 http2-prior-knowledge http3
10 See-also: http1.1 http3 no-alpn
Dhttp1.1.d7 Mutexed: http1.0 http2 http2-prior-knowledge http3
Dhttp1.0.d8 Mutexed: http1.1 http2 http2-prior-knowledge http3
Dhttp0.9.d10 See-also: http1.1 http2 http3
DMakefile.inc111 http3.d \
112 http3-only.d \
/third_party/nghttp2/doc/bash_completion/
Dnghttpx11http3-read-timeout --frontend-read-timeout --frontend-write-timeout --frontend-keep-alive-timeout …
/third_party/nghttp2/src/
Dshrpx_http3_upstream.cc604 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 …]
DMakefile.am183 http3.cc http3.h \
Dhttp3.h41 namespace http3 {
Dhttp3.cc29 namespace http3 { namespace
DCMakeLists.txt141 http3.cc
/third_party/curl/docs/examples/
DMakefile.inc58 http3 \
59 http3-present \
DMakefile.in150 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/
DHTTP3.md5 [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…
Doptions-in-versions97 --http3 7.66.0
98 --http3-only 7.88.0
/third_party/curl/tests/data/
Dtest250142 -k --http3 "https://%HOSTIP:%HTTP3PORT/%TESTNUMBER" -d "moo"
Dtest250345 -w '%{header_json}\n' --http3-only --cacert %SRCDIR/certs/EdelCurlRoot-ca.crt --resolve localhost:%…
Dtest250043 --cacert %SRCDIR/certs/EdelCurlRoot-ca.crt --http3 --resolve localhost:%HTTP3PORT:%HOSTIP https://l…
/third_party/curl/tests/
DMakefile.am32 http3-server.pl manpage-scan.pl manpage-syntax.pl markdown-uppercase.pl mem-include-scan.pl \
/third_party/nghttp2/docker/
DDockerfile51 --enable-http3 --with-libbpf \

12