Home
last modified time | relevance | path

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

/external/rust/crates/quiche/examples/
DMakefile22 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/
DREADME.md24 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
Dhttp3-client.c58 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()
Dhttp3-server.c69 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/
DMakefile.inc38 urlapi imap-authzid pop3-authzid smtp-authzid http3 altsvc \
39 http3-present multi-poll
/external/curl/docs/cmdline-opts/
Dhttp2.d9 See-also: http1.1 http3
Dhttp3.d1 Long: http3
DMakefile.inc92 http3.d \
/external/rust/crates/quiche/
DREADME.md29 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
DCargo.toml.orig10 keywords = ["quic", "http3"]
DCargo.toml22 keywords = ["quic", "http3"]
/external/curl/docs/
DHTTP3.md5 [HTTP/3 Explained](https://daniel.haxx.se/http3-explained/) - the online free
136 curl --http3 https://nghttp2.org:8443/
Doptions-in-versions87 --http3 7.66.0