2 references to GetNormalizedHttpMethod
Microsoft.AspNetCore.Hosting (2)
Internal\HostingMetrics.cs (1)
106tags.Add("http.request.method", HostingTelemetryHelpers.GetNormalizedHttpMethod(method));
Internal\HostingTelemetryHelpers.cs (1)
124var normalizedHttpMethod = GetNormalizedHttpMethod(originalHttpMethod);