net/http/internal/httpcommon.Request.Header (field)
6 uses
net/http/internal/httpcommon (current package)
httpcommon.go#L184: Header map[string][]string
httpcommon.go#L219: if err := checkConnHeaders(req.Header); err != nil {
httpcommon.go#L242: if vv := req.Header[":protocol"]; len(vv) > 0 {
httpcommon.go#L271: if err := validateHeaders(req.Header); err != "" {
httpcommon.go#L307: for k, vv := range req.Header {
net/http
h2_bundle.go#L8918: Header: req.Header,
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |