Skip to content

Commit 22b1e32

Browse files
committed
Add QUERY to known HTTP methods in HostingTelemetryHelpers
1 parent 2cd7fb4 commit 22b1e32

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Hosting/Hosting/src/Internal/HostingTelemetryHelpers.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ internal static class HostingTelemetryHelpers
3535
KeyValuePair.Create(HttpMethods.Patch, HttpMethods.Patch),
3636
KeyValuePair.Create(HttpMethods.Post, HttpMethods.Post),
3737
KeyValuePair.Create(HttpMethods.Put, HttpMethods.Put),
38+
KeyValuePair.Create(HttpMethods.Query, HttpMethods.Query),
3839
KeyValuePair.Create(HttpMethods.Trace, HttpMethods.Trace)
3940
], StringComparer.OrdinalIgnoreCase);
4041

0 commit comments

Comments
 (0)