const net/http.MethodConnect

2 uses

	net/http (current package)
		method.go#L17: 	MethodConnect = "CONNECT"

	google.golang.org/grpc
		proxy.go#L87: 		Method: http.MethodConnect,