We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80d039c commit 0843809Copy full SHA for 0843809
src/Hosting/Hosting/src/Internal/HostingMetrics.cs
@@ -127,6 +127,7 @@ private static object GetBoxedStatusCode(int statusCode)
127
KeyValuePair.Create(HttpMethods.Patch, HttpMethods.Patch),
128
KeyValuePair.Create(HttpMethods.Post, HttpMethods.Post),
129
KeyValuePair.Create(HttpMethods.Put, HttpMethods.Put),
130
+ KeyValuePair.Create(HttpMethods.Query, HttpMethods.Query),
131
KeyValuePair.Create(HttpMethods.Trace, HttpMethods.Trace)
132
}, StringComparer.OrdinalIgnoreCase);
133
0 commit comments