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