golang.org/x/net/internal/httpcommon.Request.Method (field)

6 uses

	golang.org/x/net/internal/httpcommon (current package)
		request.go#L31: 	Method              string
		request.go#L94: 	if req.Method == "CONNECT" && protocol == "" {
		request.go#L96: 	} else if protocol != "" && req.Method != "CONNECT" {
		request.go#L139: 		m := req.Method
		request.go#L216: 		if shouldSendReqContentLength(req.Method, req.ActualContentLength) {

	golang.org/x/net/http2
		transport.go#L1635: 			Method:              req.Method,