Skip to content

Add QUERY to known HTTP methods in HostingMetrics #63276

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

doominator42
Copy link

As discussed in #61089 (comment), this PR is for adding QUERY to the known HTTP methods for hosting metrics.

  • You've read the Contributor Guide and Code of Conduct.
  • You've included unit or integration tests for your change, where applicable.
  • You've included inline docs for your change, where applicable.
  • There's an open issue for the PR that you are making. If you'd like to propose a new feature or change, please open an issue to discuss the change or find an existing issue.

@doominator42 doominator42 requested a review from halter73 as a code owner August 15, 2025 14:09
@github-actions github-actions bot added the area-hosting Includes Hosting label Aug 15, 2025
Copy link
Contributor

Thanks for your PR, @@doominator42. Someone from the team will get assigned to your PR shortly and we'll get it reviewed.

@dotnet-policy-service dotnet-policy-service bot added the community-contribution Indicates that the PR has been added by a community member label Aug 15, 2025
@@ -127,6 +127,7 @@ private static object GetBoxedStatusCode(int statusCode)
KeyValuePair.Create(HttpMethods.Patch, HttpMethods.Patch),
KeyValuePair.Create(HttpMethods.Post, HttpMethods.Post),
KeyValuePair.Create(HttpMethods.Put, HttpMethods.Put),
KeyValuePair.Create(HttpMethods.Query, HttpMethods.Query),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@captainsafia
Copy link
Member

It looks like based on the linked discussion we need to put this in a holding pattern until the discussion in #62090 (review) is resolved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-hosting Includes Hosting community-contribution Indicates that the PR has been added by a community member
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants