feat: add h2c for http server (#8294)

* feat: add h2c for http server

* chore(config): add EnableH2c option
This commit is contained in:
j2rong4cn
2025-04-12 17:02:51 +08:00
committed by GitHub
parent a2f266277c
commit 4f5cabc725
4 changed files with 15 additions and 6 deletions

2
go.mod
View File

@@ -68,7 +68,7 @@ require (
golang.org/x/crypto v0.36.0
golang.org/x/exp v0.0.0-20240904232852-e7e105dedf7e
golang.org/x/image v0.19.0
golang.org/x/net v0.37.0
golang.org/x/net v0.38.0
golang.org/x/oauth2 v0.22.0
golang.org/x/time v0.8.0
google.golang.org/appengine v1.6.8