Created
February 6, 2020 09:22
-
-
Save xquery/9a1b4fec7ce49b3531986874e1949967 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl -v --http3 https://quic.tech:8443 | |
* Trying 185.92.221.97:8443... | |
* Connect socket 5 over QUIC to 185.92.221.97:8443 | |
* QUIC handshake is completed | |
* Using HTTP/3 Stream ID: 0 (easy handle 0x55610fc751a0) | |
> GET / HTTP/3 | |
> Host: quic.tech:8443 | |
> user-agent: curl/7.69.0-DEV | |
> accept: */* | |
> | |
< HTTP/3 404 | |
< server: quiche | |
< content-length: 10 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment