Contents
https://github.com/aiortc/aioquic/tree/main/examples
python3 examples/http3_server.py --certificate tests/ssl_cert.pem --private-key tests/ssl_key.pem 2023-11-19 16:29:58,566 INFO quic [f23dec774269410b] ALPN negotiated protocol h3 2023-11-19 16:29:58,575 INFO quic [f23dec774269410b] HTTP request GET / 2023-11-19 16:29:58,576 INFO quic [f23dec774269410b] HTTP request GET /style.css 2023-11-19 16:29:58,597 INFO quic [f23dec774269410b] Connection close received (code 0x100, reason )
1. history
$ python3 examples/http3_client.py --ca-certs tests/pycacert.pem https://localhost:4433/ 2023-11-19 16:29:58,565 INFO quic [f23dec774269410b] ALPN negotiated protocol h3 2023-11-19 16:29:58,568 INFO client New session ticket received 2023-11-19 16:29:58,570 INFO quic [f23dec774269410b] Duplicate CRYPTO data received for epoch Epoch.HANDSHAKE 2023-11-19 16:29:58,573 INFO quic [f23dec774269410b] Duplicate CRYPTO data received for epoch Epoch.ONE_RTT 2023-11-19 16:29:58,585 INFO client Response received for GET / : 1276 bytes in 0.0 s (0.763 Mbps) 2023-11-19 16:29:58,586 INFO client Push received for GET /style.css : 0 bytes 2023-11-19 16:29:58,586 INFO quic [f23dec774269410b] Connection close sent (code 0x100, reason )