github.com/TeaOSLab/EdgeNode@v1.3.8/internal/nodes/http_request_http3.go (about) 1 // Copyright 2023 GoEdge CDN goedge.cdn@gmail.com. All rights reserved. Official site: https://goedge.cn . 2 //go:build !plus 3 4 package nodes 5 6 import "net/http" 7 8 func (this *HTTPRequest) processHTTP3Headers(respHeader http.Header) { 9 // stub 10 }