Hey Zhenyu,
Jo's answer is really a neat one and I'd just like to add a little something for your second question.
To explore the full potential of the QUIC protocol, you'll definitely need to modify or build your own server. The quic_server can force QUIC onto your website and quic_client can simply fetch that data. I did it via Linux terminal and definitely found that they are just toys. I then used chromium and google-chrome to watch QUIC in action and just like Jo mentions, I used the net-internals to verify that QUIC is indeed present underneath.
So for basic implementations you could build a simple website, point the quic_respons_cache_dir to the directory, force QUIC onto your server and run that website via a suitable client. I saw commendable replies by
Wesley Davison in this beautiful thread that you might require if you wanted to put in pictures and other types of data onto your website.
For the community:
My thoughts are based on my initial findings on looking into
streaming videos over the QUIC protocol. There is this thread I'm maintaining
here. I shall be working on it and posting my findings and questions.
Lets make it work!
Cheers
Sushant