Searched refs:http3 (Results 1 – 13 of 13) sorted by relevance
/external/rust/crates/quiche/examples/ |
D | Makefile | 22 all: client server http3-client http3-server 30 http3-client: http3-client.c $(INCLUDE_DIR)/quiche.h $(LIB_DIR)/libquiche.a 33 http3-server: http3-server.c $(INCLUDE_DIR)/quiche.h $(LIB_DIR)/libquiche.a 40 @$(RM) -rf client server http3-client http3-server build/
|
D | README.md | 24 You can experiment with [http3-client](http3-client.rs), 25 [http3-server](http3-server.rs), [client](client.rs) and [server](server.rs) 39 docker run -it cloudflare-quiche http3-client https://cloudflare-quic.com
|
D | http3-client.c | 58 quiche_h3_conn *http3; member 158 conn_io->http3 = quiche_h3_conn_new_with_transport(conn_io->conn, config); in recv_cb() 159 if (conn_io->http3 == NULL) { in recv_cb() 208 int64_t stream_id = quiche_h3_send_request(conn_io->http3, in recv_cb() 221 int64_t s = quiche_h3_conn_poll(conn_io->http3, in recv_cb() 242 ssize_t len = quiche_h3_recv_body(conn_io->http3, in recv_cb() 403 quiche_h3_conn_free(conn_io->http3); in main()
|
D | http3-server.c | 69 quiche_h3_conn *http3; member 358 if (conn_io->http3 == NULL) { in recv_cb() 359 conn_io->http3 = quiche_h3_conn_new_with_transport(conn_io->conn, in recv_cb() 361 if (conn_io->http3 == NULL) { in recv_cb() 368 int64_t s = quiche_h3_conn_poll(conn_io->http3, in recv_cb() 412 quiche_h3_send_response(conn_io->http3, conn_io->conn, in recv_cb() 415 quiche_h3_send_body(conn_io->http3, conn_io->conn, in recv_cb()
|
/external/curl/docs/examples/ |
D | Makefile.inc | 38 urlapi imap-authzid pop3-authzid smtp-authzid http3 altsvc \ 39 http3-present multi-poll
|
/external/curl/docs/cmdline-opts/ |
D | http2.d | 9 See-also: http1.1 http3
|
D | http3.d | 1 Long: http3
|
D | Makefile.inc | 92 http3.d \
|
/external/rust/crates/quiche/ |
D | README.md | 29 quiche powers Cloudflare edge network's [HTTP/3 support][cloudflare-http3]. 33 quiche can be [integrated into curl][curl-http3] to provide support for HTTP/3. 37 quiche can be [integrated into NGINX][nginx-http3] using an unofficial patch to 40 [cloudflare-http3]: https://blog.cloudflare.com/http3-the-past-present-and-future/ 41 [curl-http3]: https://github.com/curl/curl/blob/master/docs/HTTP3.md#quiche-version 42 [nginx-http3]: https://github.com/cloudflare/quiche/tree/master/extras/nginx
|
D | Cargo.toml.orig | 10 keywords = ["quic", "http3"]
|
D | Cargo.toml | 22 keywords = ["quic", "http3"]
|
/external/curl/docs/ |
D | HTTP3.md | 5 [HTTP/3 Explained](https://daniel.haxx.se/http3-explained/) - the online free 136 curl --http3 https://nghttp2.org:8443/
|
D | options-in-versions | 87 --http3 7.66.0
|