初步实现HTTP3

This commit is contained in:
刘祥超
2023-06-01 17:49:06 +08:00
parent 95d65481e3
commit a2d6b7e0a8
7 changed files with 129 additions and 107 deletions

View File

@@ -0,0 +1,10 @@
// Copyright 2023 GoEdge CDN goedge.cdn@gmail.com. All rights reserved. Official site: https://goedge.cn .
//go:build !plus
package nodes
import "net/http"
func (this *HTTPRequest) processHTTP3Headers(respHeader http.Header) {
// stub
}