Initial QUIC test.

This commit is contained in:
FireMasterK 2020-10-24 15:47:41 +00:00 committed by GitHub
parent ae3c8706d3
commit 27ffcc7eee
3 changed files with 291 additions and 0 deletions

5
go.mod Normal file
View file

@ -0,0 +1,5 @@
module github.com/FireMasterK/http3-ytproxy/v2
go 1.15
require github.com/lucas-clemente/quic-go v0.18.1