net/http/internal/httpcommon.ServerRequestParam.Header (field)
11 uses
net/http/internal/httpcommon (current package)
httpcommon.go#L539: Header map[string][]string
httpcommon.go#L559: needsContinue := httpguts.HeaderValuesContainsToken(rp.Header["Expect"], "100-continue")
httpcommon.go#L561: delete(rp.Header, "Expect")
httpcommon.go#L564: if cookies := rp.Header["Cookie"]; len(cookies) > 1 {
httpcommon.go#L565: rp.Header["Cookie"] = []string{strings.Join(cookies, "; ")}
httpcommon.go#L570: for _, v := range rp.Header["Trailer"] {
httpcommon.go#L585: delete(rp.Header, "Trailer")
net/http
h2_bundle.go#L6252: rp.Header = header
h2_bundle.go#L6269: if vv, ok := rp.Header["Content-Length"]; ok {
h2_bundle.go#L6307: Header: rp.Header,
h2_bundle.go#L7215: Header: http2cloneHeader(msg.header), // clone since handler runs concurrently with writing the PUSH_PROMISE
![]() |
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. |