net/http/internal/httpcommon.ServerRequestParam.Protocol (field)

7 uses

	net/http/internal/httpcommon (current package)
		httpcommon.go#L538: 	Protocol                string
		httpcommon.go#L598: 	if rp.Method == "CONNECT" && rp.Protocol == "" {

	net/http
		h2_bundle.go#L6197: 		Protocol:  f.PseudoValue("protocol"),
		h2_bundle.go#L6201: 	if http2disableExtendedConnectProtocol && rp.Protocol != "" {
		h2_bundle.go#L6207: 		if rp.Protocol == "" && (rp.Path != "" || rp.Scheme != "" || rp.Authority == "") {
		h2_bundle.go#L6232: 	if rp.Protocol != "" {
		h2_bundle.go#L6233: 		header.Set(":protocol", rp.Protocol)