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

7 uses

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

	net/http
		h2_bundle.go#L6193: 		Method:    f.PseudoValue("method"),
		h2_bundle.go#L6205: 	isConnect := rp.Method == "CONNECT"
		h2_bundle.go#L6210: 	} else if rp.Method == "" || rp.Path == "" || (rp.Scheme != "https" && rp.Scheme != "http") {
		h2_bundle.go#L6277: 		Method:     rp.Method,
		h2_bundle.go#L7185: 			Method:    msg.method,