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

6 uses

	net/http/internal/httpcommon (current package)
		httpcommon.go#L182: 	Method              string
		httpcommon.go#L245: 	if req.Method == "CONNECT" && protocol == "" {
		httpcommon.go#L247: 	} else if protocol != "" && req.Method != "CONNECT" {
		httpcommon.go#L290: 		m := req.Method
		httpcommon.go#L367: 		if shouldSendReqContentLength(req.Method, req.ActualContentLength) {

	net/http
		h2_bundle.go#L8915: 			Method:              req.Method,