const go.opentelemetry.io/otel/semconv/v1.41.0.HTTPRequestMethodKey

12 uses

	go.opentelemetry.io/otel/semconv/v1.41.0 (current package)
		attribute_group.go#L8262: 	HTTPRequestMethodKey = attribute.Key("http.request.method")
		attribute_group.go#L8476: 	HTTPRequestMethodConnect = HTTPRequestMethodKey.String("CONNECT")
		attribute_group.go#L8479: 	HTTPRequestMethodDelete = HTTPRequestMethodKey.String("DELETE")
		attribute_group.go#L8482: 	HTTPRequestMethodGet = HTTPRequestMethodKey.String("GET")
		attribute_group.go#L8485: 	HTTPRequestMethodHead = HTTPRequestMethodKey.String("HEAD")
		attribute_group.go#L8488: 	HTTPRequestMethodOptions = HTTPRequestMethodKey.String("OPTIONS")
		attribute_group.go#L8491: 	HTTPRequestMethodPatch = HTTPRequestMethodKey.String("PATCH")
		attribute_group.go#L8494: 	HTTPRequestMethodPost = HTTPRequestMethodKey.String("POST")
		attribute_group.go#L8497: 	HTTPRequestMethodPut = HTTPRequestMethodKey.String("PUT")
		attribute_group.go#L8500: 	HTTPRequestMethodTrace = HTTPRequestMethodKey.String("TRACE")
		attribute_group.go#L8503: 	HTTPRequestMethodQuery = HTTPRequestMethodKey.String("QUERY")
		attribute_group.go#L8506: 	HTTPRequestMethodOther = HTTPRequestMethodKey.String("_OTHER")